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 ******************
---------------------------------------------------*/
//unlock code
list7 = true
function imenus_data0(){
this.enable_visual_design_mode = false //turns the visual design pad option on or off
this.main_is_horizontal = false
this.menu_showhide_delay = 150
/*---------------------------------------------
Expand Icon Images
---------------------------------------------*/
this.main_expand_image = "images/arrow_main.gif"
this.main_expand_image_hover = "images/arrow_main.gif"
this.main_expand_image_width = "5"
this.main_expand_image_height = "7"
this.main_expand_image_offx = "-1"
this.main_expand_image_offy = "5"
this.sub_expand_image = "images/arrow_sub.gif"
this.sub_expand_image_hover = "images/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 = "background-color:#DFD683; border:0px; border-top: 1px solid #D0C770; border-bottom:1px solid #D0C770; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
this.main_item_styles = "color:#000; text-align:left; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;; font-size:10px; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:12px; border:0 px; border-top:2px solid #F6ED99; border-bottom:1px solid #C4BA62; margin:0px; margin-bottom:1px; "
this.main_item_hover_styles = "color:#600038; border-bottom:1px solid #F6ED99; border-top:2px solid #C4BA62; "
this.main_item_active_styles = "text-decoration:underline; "
//Sub Menu
this.subs_container_styles = "background-color:#dfd683; border-style:solid; border-color:#c4ba62; border-width:1px; padding-top:5px; padding-right:0px; padding-bottom:5px; padding-left:0px; "
this.subs_item_styles = "color:#000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-width:1px; "
this.subs_item_hover_styles = "background-color:#f6ed99; color:600038; border-bottom:0px; border-top:0px;"
this.subs_item_active_styles = "text-decoration:underline; "
}