function imenus_data0(){


	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"

	this.box_animation_frames = 10
	this.box_animation_styles = "border-style:solid; border-color:#bbbbbb; border-width:1px; "



   /*---------------------------------------------
   Expand Icon Animation Settings
   ---------------------------------------------*/


	this.expand_arrow_animation_frames1 = "10"
	this.expand_arrow_animation_movexy1 = "-10,0"
	this.expand_arrow_animation_frames2 = "10"
	this.expand_arrow_animation_movexy2 = "0,0"




   /*---------------------------------------------
   IE Transition Effects
   ---------------------------------------------*/


	this.subs_ie_transition_show = ""



/*[end data]*/}