 
function imenus_data0()
{
	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150

   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/

	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "pointer"

	this.box_animation_frames = 10
	this.box_animation_styles = "background-color:transparent; border-style:dashed; border-color:#ff0000; border-width:1px 1px; "


   /*---------------------------------------------
   Optional Expand Icon Animation Settings
   ---------------------------------------------*/

	this.expand_arrow_animation_frames1 = "10"
	this.expand_arrow_animation_movexy1 = "-20,0"
	this.expand_arrow_animation_frames2 = "10"
	this.expand_arrow_animation_movexy2 = "0,0"

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/

	this.main_expand_image = 'Images/main_arroworange.gif'
	this.main_expand_image_hover = '/include/navigation/images/main_arrow.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '-5'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = ''
	this.sub_expand_image_hover = ''
	this.sub_expand_image_width = '6'
	this.sub_expand_image_height = '10'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image = ''
	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '16'
	this.main_pointer_image_offx = '-5'
	this.main_pointer_image_offy = '-15'

	this.sub_pointer_image = ''
	this.sub_pointer_image_width = '16'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'  

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:solid; border-color:#CED1DA; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#4C6982; text-align:center; font-family:verdana; font-size:11px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#F2E4C7; border-width:1px; padding:2px 2px; margin:0px 0px; "
	this.main_item_hover_styles = "background-color:#F8EAF9; color:#BC8D09; text-decoration:none; "
	this.main_item_active_styles = "color:#BC8D09; background-color:#ECF0F0; "

	//Sub Menu

	this.subs_container_styles = " background-color:#F8EAF9; border-style:solid; border-color:#cccccc; border-width:1px; padding:0px; margin:0px; "
	this.subs_item_styles = "color:#4C6982; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 2px; margin:1px 1px; "
	this.subs_item_hover_styles = "background-color:#C791CA;color:#ffffff; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#4C6982; "
   
} 
 F8DEFA
function imenus_data2(){

	this.unlock = "wkvmcnh"
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false

   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"
	this.box_animation_frames = 15
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "

   /*---------------------------------------------
   Optional Expand Icon Animation Settings
   ---------------------------------------------*/

	this.expand_arrow_animation_frames1 = "10"
	this.expand_arrow_animation_movexy1 = "-20,0"
	this.expand_arrow_animation_frames2 = "10"
	this.expand_arrow_animation_movexy2 = "0,0"

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/

	this.main_expand_image = 'Images/arrow_sub_right.gif'
	this.main_expand_image_hover = 'Images/arrow_sub_right.gif'
	this.main_expand_image_width = '5'
	this.main_expand_image_height = '17'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'

	this.sub_expand_image = 'Images/arrow_sub_right.gif'
	this.sub_expand_image_hover = 'Images/arrow_sub_right.gif'
	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image = 'Images/arrow_right.gif'
	this.main_pointer_image_width = '16'
	this.main_pointer_image_height = '10'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-3'

	this.sub_pointer_image = 'Images/arrow_right.gif'
	this.sub_pointer_image_width = '16'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-5'
	this.sub_pointer_image_offy = '-6'

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:solid; border-color:#ffffff; border-width:1px; padding:4px; margin:2px; "
	this.main_item_styles = "background-color:#F6F7F9; color:#4C6982; text-align:center; font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#ffffff; border-width:1px; padding:2px 8px; "
	this.main_item_hover_styles = "background-color:#889FA7; color:#ffffff; text-decoration:none; "
	this.main_item_active_styles = "background-color:#efefef;"
	this.main_graphic_item_styles = ""

	//Sub Menu

	this.subs_ie_transition_show = "filter:progid:DXImagetransform.Microsoft.Fade(duration=0.3);"

	this.subs_container_styles = "background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:3px; padding:5px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ffffff; "
}  
