function imenus_data0(){


	this.unlock="wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 300


   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	/*this.box_animation_type = "center"

	this.box_animation_frames = 15
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "*/



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = '/common/images/sample3_sub_arrow.gif'
	this.main_expand_image_hover = '/common/images/sample3_sub_arrow.gif'
	this.main_expand_image_width = '5'
	this.main_expand_image_height = '7'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = '/common/images/sample3_sub_arrow.gif'
	this.sub_expand_image_hover = '/common/images/sample3_sub_arrow.gif'
	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '13'
	this.main_pointer_image_height = '10'
	this.main_pointer_image_offx = '-8'
	this.main_pointer_image_offy = '-9'

	this.sub_pointer_image = '/common/images/arrow_right.gif'
	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; padding:0px; margin:0px 0px 0px;"
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:Arial; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; padding:1px 1px; "
	this.main_item_hover_styles = "background-color:#efefef; color:#555555; text-decoration:none;"
	this.main_item_active_styles = "background-color:#efefef;"

	this.main_container_styles_extra = "line-height:16px;"


	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding:2px; margin:2px 0px 0px; "
	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:1px 1px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ffffff; "

	this.subs_container_styles_extra = ";"


}

function imenus_data1(){


	this.unlock="wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 300

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = '/common/images/sample3_sub_arrow.gif'
	this.main_expand_image_hover = '/common/images/sample3_sub_arrow.gif'
	this.main_expand_image_width = '5'
	this.main_expand_image_height = '7'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = '/common/images/sample3_sub_arrow.gif'
	this.sub_expand_image_hover = '/common/images/sample3_sub_arrow.gif'
	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '13'
	this.main_pointer_image_height = '10'
	this.main_pointer_image_offx = '-8'
	this.main_pointer_image_offy = '-9'

	this.sub_pointer_image = '/common/images/arrow_right.gif'
	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; padding:0px; margin:0px 0px 0px;"
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:Arial; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; padding:1px 1px; "
	this.main_item_hover_styles = "background-color:#efefef; color:#555555; text-decoration:none;"
	this.main_item_active_styles = "background-color:#efefef;"

	this.main_container_styles_extra = "line-height:16px;"


	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding:2px; margin:2px 0px 0px; "
	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:1px 1px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ffffff; "

	this.subs_container_styles_extra = ";"


}