var arrowImg = "little_arrow" + (document.layers? "_ns4.gif": ".gif") preload('leftMenuArrow',arrowImg) // leftmenus style arrays to be used by leftmenus scripts mainTopStyle=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style. "#cce8fd", // Mouse Off Font Color "#2e3436", // Mouse Off Background Color "#ffffff", // Mouse On Font Color "#2e3436", // Mouse On Background Color , // Menu Border Color 13, // Font Size in pixels "normal", // Font Style (italic or normal) "normal", // Font Weight (bold or normal) "Verdana", // Font Name 0, // Menu Item Padding , // Sub Menu Image (Leave this blank if not needed) , // 3D Border & Separator bar , // 3D High Color , // 3D Low Color "#cce8fd", // Current Page Item Font Color (leave this blank to disable) "#2f6b82", // Current Page Item Background Color (leave this blank to disable) "", // Top Bar image (Leave this blank to disable) "", // Menu Header Font Color (Leave blank if headers are not needed) "", // Menu Header Background Color (Leave blank if headers are not needed) , // Menu Item Separator Color ] // style for pop up menus popTopStyle=[ // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style. "#161A1C", // Mouse Off Font Color "#85AEBD", // Mouse Off Background Color "#FFFFFF", // Mouse On Font Color "#85AEBD", // Mouse On Background Color "#B9D8E4", // Menu Border Color 11, // Font Size in pixels "normal", // Font Style (italic or normal) "normal", // Font Weight (bold or normal) "Verdana", // Font Name 0, // Menu Item Padding , // Sub Menu Image (Leave this blank if not needed) 0, // 3D Border & Separator bar , // 3D High Color , // 3D Low Color "#161A1C", // Current Page Item Font Color (leave this blank to disable) "#85AEBD", // Current Page Item Background Color (leave this blank to disable) "", // Top Bar image (Leave this blank to disable) "", // Menu Header Font Color (Leave blank if headers are not needed) "", // Menu Header Background Color (Leave blank if headers are not needed) "#B9D8E4", // Menu Item Separator Color ] // separator bgcolors var top_pop_sep_style = ' type=header;offbackcolor=bcd2dd;onbackcolor=bcd2dd' // selected style strings to force an item to be selected var top_sel_style = ' offfontcolor=cce8fd;offbackcolor=2f6b82;selfontcolor=cce8fd;selbackcolor=2f6b82;onfontcolor=cce8fd;onbackcolor=2f6b82' // deselcting style string - needed when pages with same name appear together (for example all home pages) var top_desel_style = ' selfontcolor=cce8fd;selbackcolor=2e3436' // top separators var top_separator = '
' var top_bottomSeparator = '
' var top_doted_line = '
' + top_bottomSeparator var top_v_doted_line = '' preload('TopMenuSepLine1','doted_line_1.gif') preload('TopMenuSepLine2','separator_doted_line_2.gif') preload('TopMenuVSepLine','v_doted_line.gif')