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 = "pointer"

	this.box_animation_frames = 11
	this.box_animation_styles = "background-color:transparent; border-style:solid; border-color:#ff0000; border-width:1px 0px; "



   /*---------------------------------------------
   Animated Pointer Icon Settings
   ---------------------------------------------*/


	this.main_pointer_image = 'pu_menu_images/arrow_down.gif'
	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-14'

	this.sub_pointer_image = 'pu_menu_images/arrow_right.gif'
	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'



   /*---------------------------------------------
   IE Transition Effects
   ---------------------------------------------*/


	this.subs_ie_transition_show = ""



/*[end data]*/}