function imenus_data0(){


	this.menu_showhide_delay = 0
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Main Menu Graphic Buttons
   ---------------------------------------------*/


	this.gb_cap_width = "5"
	this.gb_cap_height = "25"

	this.gb_left_cap = 'graphics/navLeftCorner.gif'
	this.gb_center_tile = 'graphics/navBG.gif'
	this.gb_right_cap = 'graphics/navRightCorner.gif'



   /*---------------------------------------------
   Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"

	this.box_animation_frames = 2
	this.box_animation_styles = "border-style:none; border-color:#000000; border-width:0px; "




   /*---------------------------------------------
   IE Transition Effects
   ---------------------------------------------*/


	this.subs_ie_transition_show = ""



/*[end data]*/}