function imenus_data0()
{
	this.menu_showhide_delay = 80
	this.show_subs_onclick = false
	this.hide_focus_box = false

    /*---------------------------------------------
    Box Animation Settings
    ---------------------------------------------*/
/*
	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "top"

	this.box_animation_frames = 9
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "
*/
	/*---------------------------------------------
   Stack Animations
   ---------------------------------------------*/


	this.stack_order = "forward"
	this.stack_animation_direction = "top"

	this.stack_animation_frames = 10
	this.stack_animation_init_offset = 10

	this.stack_animation_hide_overflow = false
	
    /*---------------------------------------------
    Animated Pointer Icon Settings
    ---------------------------------------------*/
/*
	this.sub_pointer_image = '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]*/
}