function imenus_data0(){


	this.unlock = "ugpe]f^"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "parent", "center", "random top", "random left", or "page x,y"
	this.box_animation_type = "center"

	this.box_animation_frames = 12
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/

/*
	this.main_expand_image = ''
	this.main_expand_image_hover = ''
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'

	this.sub_expand_image = 'http://www.opencube.com/vim/img/sample3_sub_arrow.gif'
	this.sub_expand_image_hover = 'http://www.opencube.com/vim/img/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 = 'http://www.opencube.com/vim5.0/arrow_rightv .gif'
	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-4'

	this.sub_pointer_image = 'http://www.opencube.com/vim5.0/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; border-color:#6abf15; border-width:0px; padding:0px; margin:0px 0px 0px; "
	this.main_item_styles = "color:#333333; text-align:left; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:underline; border-style:solid; border-color:#dddddd; border-width:0px; padding:0px 0px; "
	this.main_item_hover_styles = "background-color:#efefef; text-decoration:underline; "
	this.main_item_active_styles = "background-color:#efefef; "



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#e1ebfd; border-style:solid; border-color:red; border-width:0px; padding:0px; margin:4px 0px 0px; "

	this.subs_item_styles = "background-color:#1D3F6D; color:#FFFFFF; text-align:left; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; text-decoration:none; border-style:none; border-color:#D0C196; border-width:0px; padding:0px 8px;height:25;text-align:left; "
	this.subs_item_hover_styles = "background-color:#8196B4; color:#000; text-decoration:none;height:25;text-align:left; "
	this.subs_item_active_styles = "background-color:#8196B4; color:#FFFFFF; text-decoration:none;height:25;text-align:left; "
	
	
	//this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#e1ebfd; border-style:solid; border-color:#000000; border-width:0px; padding:0px; margin:4px 0px 0px; "
	//this.subs_item_styles = "background-color:#DEE0DF; color:#000000; font-family:Arial; text-align:left; font-size:15px; font-weight:normal; text-decoration:none;border-color:#FFFFFF; border-width:0px; padding:2px 5px;width:150px;height:25px;"
	//this.subs_item_hover_styles = "background-color:#E1E4E8; color:#000000; text-decoration:none;width:150px;height:25px; "
	//this.subs_item_active_styles = "background-color:#E1E4E8; "

}
