function imenus_data0(){


	this.enable_visual_design_mode = true;
	//是否是水平显示
	this.main_is_horizontal = true
	//显示、隐藏间隔时间(毫秒)
	this.menu_showhide_delay = 100
	
	//子栏目动态显示方框的时间，为0则不出现动态方框
	this.box_animation_frames =12;
	//动态方框类型:0=parent, 1=center, 2=random top, 3=random left, 4=random x,y
	this.box_animation_type ="center";
	//动态方框样式
	this.box_animation_styles = "border-style:solid;border-color:#999999;border-width:1px;";

   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "/images/sample3_main_arrow.gif"
	this.main_expand_image_hover = "/images/sample3_main_arrow.gif"
	this.main_expand_image_width = "7"
	this.main_expand_image_height = "5"
	this.main_expand_image_offx = "0"
	this.main_expand_image_offy = "5"

	this.sub_expand_image = "/images/sample3_sub_arrow.gif"
	this.sub_expand_image_hover = "/images/sample3_sub_arrow.gif"
	this.sub_expand_image_width = "0"
	this.sub_expand_image_height = "0"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "3"

	this.main_pointer_image = '/images/arrow_down.gif'
	this.main_pointer_image_width = '0'
	this.main_pointer_image_height = '0'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-4'

	this.sub_pointer_image = '/images/arrow_right.gif'
	this.sub_pointer_image_width = '0'
	this.sub_pointer_image_height = '0'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'

   /*---------------------------------------------
   菜单样式
   ---------------------------------------------*/

	//主菜单

	this.main_container_styles = "border-style:none; border-color:#6a6a6a; border-width:1px;padding:0px;margin:0px 0px 0px 0px;"
	this.main_item_styles = "color:#333333; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:underline; padding-top:2px; padding-right:8px; padding-bottom:2px; padding-left:8px; border-style:solid; border-color:#dddddd; border-width:1px; "
	this.main_item_hover_styles = "background-color:#efefef; text-decoration:underline; "
	this.main_item_active_styles = "background-color:#efefef; "

	//子菜单

	this.subs_container_styles = "background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding:5px; margin:4px 0px 0px 0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);"
	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ffffff; "


}