var serverIp=ServerToken; 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 ****************** ---------------------------------------------------*/ function menudata0() { /*--------------------------------------------- Menu Container Settings ---------------------------------------------*/ //Main Container this.main_container_border_width = "1px" this.main_container_border_style = "none" this.main_container_styles = "background-color:; \ border-color:#27782C;" //Sub Containers this.subs_container_padding = "2px, 2px, 2px, 2px" this.subs_container_border_width = "1px" this.subs_container_border_style = "solid" this.subs_container_styles = "background-color:#E6F7E7; \ border-color:#27782C;" /*--------------------------------------------- Menu Item Settings ---------------------------------------------*/ //Main Items this.main_item_padding = "2px,5px,2px,5px" this.main_item_styles ="text-decoration:none; \ font-weight:bold; \ font-family:Tahoma; \ font-size:11px; \ \ \ border-style:none; \ text-align:center; \ border-style:none; \ border-color:#000000; \ border-width:0px;" this.main_item_hover_styles = "background-color:#27782C; \ text-decoration:normal; \ color:#ffffff;" this.main_item_active_styles = "background-color:; \ text-decoration:normal; \ color:;" //Sub Items this.subs_item_padding = "0px,1px,1px,0px" this.subs_item_styles ="text-decoration:none; \ font-weight:bold; \ font-face:Tahoma; \ font-size:12px; \ font-weight:normal; \ background-color:#CCEECE; \ color:; \ border-style:none; \ text-align:right; \ border-style:solid; \ border-color:#E6F7E7; \ border-width:1px;" this.subs_item_hover_styles = "background-color:#27782C; \ color:#FFFFFF;" this.subs_item_active_styles = "background-color:#27782C; \ color:#FFFFFF;" /*--------------------------------------------- Additional Setting ---------------------------------------------*/ //Main Menu Orientation this.main_is_horizontal = true //Main Menu Item Widths this.main_item_width = 100 //default width for all items //this.main_item_width0 = 100 //optional specific width for the first menu item //this.main_item_width1 = 100 //optional specific width for the second menu item... //this.main_item_width2 = 100 //optional specific width for the second menu item... //The mouse off and mouse over delay for sub menus this.menu_showhide_delay = 50; }