document.write('\
\
');
/*
Tips & Tricks
1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
the id='imenus0' statement within the menu structure and links secion above. The numbers must
match for the menu to work, multiple menus may be used on a single page by adding new sections
with new id's.
2: To specifically define settings for an individual item or container, apply classes or inline styles
directly to the UL and A tags in the HTML tags which define your menus structure and links above.
3: Use the parameter options below to define borders and padding. Borders and padding specified
within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
some browsers.
*/
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
list7 = true
function imenus_data0(){
this.enable_visual_design_mode = false //turns the visual design pad option on or off
this.main_is_horizontal = true
this.menu_showhide_delay = 150
/*---------------------------------------------
Expand Icon Images
---------------------------------------------*/
this.main_expand_image = "/arrow_main.gif"
this.main_expand_image_hover ="/arrow_main.gif"
this.main_expand_image_width = "7"
this.main_expand_image_height = "5"
this.main_expand_image_offx = "-1"
this.main_expand_image_offy = "5"
this.sub_expand_image = "/arrow_sub.gif"
this.sub_expand_image_hover = "/arrow_sub.gif"
this.sub_expand_image_width = "10"
this.sub_expand_image_height = "13"
this.sub_expand_image_offx = "0"
this.sub_expand_image_offy = "0"
/*---------------------------------------------
Global Menu Styles
---------------------------------------------*/
//Main Menu
this.main_container_styles = "border:none; padding:none; margin: none; vertical-align: middle; "
this.main_item_styles = "color:#444; text-align:center; font-family:Lucida Grande,Lucida Sans Unicode,Verdana,Arial,sans-serif; font-size:11px; font-weight:bold; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:4px; border-style:none; border-color:#000000; border-width:0px; vertical-align: middle; "
this.main_item_hover_styles = "background-color:#ff7700; color:#EFEFEF; "
this.main_item_active_styles = "text-decoration:none; "
//Sub Menu
this.subs_container_styles = "background-color:#ddd; opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85; border-style:dotted; border-color:#777; border-width:0px; padding-top:3px; padding-right:3px; padding-bottom:3px; padding-left:3px; "
this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:3px; padding-bottom:2px; padding-left:7px; border-style:none; border-width:0px; "
this.subs_item_hover_styles = "background-color:#479d23; color:#333; "
this.subs_item_active_styles = "text-decoration:none; "
}