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


function imenus_data0(){


	this.unlock = "Add your unlock statement here."
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150

//	this.main_expand_image = "images/arrow_main.gif"
//	this.main_expand_image_hover = "images/arrow_main.gif"
//	this.main_expand_image_width = "7"
//	this.main_expand_image_height = "5"
//	this.main_expand_image_offx = "-1"
//	this.main_expand_image_offy = "5"

	this.sub_expand_image = "images/arrow_sub.gif"
	this.sub_expand_image_hover = "images/arrow_sub.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"


   /*---------------------------------------------
   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; "
//
   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = '';//"background-color:#FFFFFF; border: solid 1px #000000; padding:0px; "
	this.main_item_styles = '';//"color:#000000; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding:0px; "
	this.main_item_hover_styles = '';//"background-color:#000000; color:#FFFFFF; "
	this.main_item_active_styles = '';//"color:#FFFFFF;text-decoration:underline; "


	//Sub Menu

	this.subs_container_styles = '';//"background-color:#FFFFFF; border: solid 1px #000000; padding:0px; "
	this.subs_item_styles = '';//"color:#000000; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding:0px; "
	this.subs_item_hover_styles = '';//"background-color:#000000; color:#FFFFFF; "
	this.subs_item_active_styles = '';//"color:#FFFFFF;text-decoration:underline; "

}
