function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/

   /*---------------------------------------------
	this.main_expand_image = 'https://www.planetomni.com/images/sample2_sub_arrow.gif'
	this.main_expand_image_hover = 'https://www.planetomni.com/images/sample2_sub_arrow.gif'
   ---------------------------------------------*/

	this.main_expand_image = '/images/sample2_sub_arrow.gif'
	this.main_expand_image_hover = '/images/sample2_sub_arrow.gif'

	this.main_expand_image_width = '10'
	this.main_expand_image_height = '13'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'

   /*---------------------------------------------
	this.sub_expand_image = 'http://www.planetomni.com/images/sample2_sub_arrow.gif'
	this.sub_expand_image_hover = 'http://www.planetomni.com/images/sample2_sub_arrow.gif'
   ---------------------------------------------*/

	this.sub_expand_image = '/images/sample2_sub_arrow.gif'
	this.sub_expand_image_hover = '/images/sample2_sub_arrow.gif'

	this.sub_expand_image_width = '10'
	this.sub_expand_image_height = '13'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0'






   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#ffffff; border-style:solid; border-color:#00ff00; border-width:1px; padding:2px 5px; "
	this.main_item_styles = "color:#111111; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; font-style:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:0px; padding:2px 5px;border-bottom: 1px solid; "
	this.main_item_hover_styles = "background-color:#c7ffc7; color:#255585; "
	this.main_item_active_styles = "background-color:#c7ffc7; color:#111111; "



	//Sub Menu

	this.subs_container_styles = "background-color:#ffffff; border-style:solid; border-color:#00ff00; border-width:1px; padding:5px; margin:0px; "
	this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#00ff00; border-width:1px; padding:2px 5px;border-bottom: 1px solid;  "
	this.subs_item_hover_styles = "background-color:#c7ffc7; color:#255585; "
	this.subs_item_active_styles = "background-color:#c7ffc7; color:#255585; "



}