
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

function imenus_data0(){
	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


/*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "images/m_arrow.gif"
	this.main_expand_image_hover = "images/m_arrow.gif"
	this.main_expand_image_width = "5"
	this.main_expand_image_height = "10"
	this.main_expand_image_offx = "0"
	this.main_expand_image_offy = "3"

	this.sub_expand_image = "images/m_arrow.gif"
	this.sub_expand_image_hover = "images/m_arrow.gif"
	this.sub_expand_image_width = "5"
	this.sub_expand_image_height = "10"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "3"

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#ebebeb;"
	this.main_item_styles = "padding: 8px 0 7px 10px;height:18px;color:#000;text-align:left;text-decoration:none;border-style:solid; border-color:#fff; border-width:1px; border-bottom-width:0;"
	this.main_item_hover_styles = "text-decoration:underline;"
	this.main_item_active_styles = "text-decoration:underline;"
	
	this.subs_container_styles = "background-color:#ebebeb;"
	this.subs_item_styles = "padding: 8px 0 7px 10px;height:18px;color:#000;text-align:left;text-decoration:none;border-style:solid; border-color:#fff; border-width:1px; border-bottom-width:0;"
	this.subs_item_hover_styles = "text-decoration:underline;"
	this.subs_item_active_styles = "text-decoration:underline;"
}
