var Menu1 = new Array ()
var subMenu1 = new Array ()
Menu1[0] = new Array("HOME |", "index.html","_top", "left")
subMenu1[0] = new Array()
Menu1[1] = new Array("MEMBERS |", "Members.html","_top", "left")
subMenu1[1] = new Array()
Menu1[2] = new Array("MEETINGS AND EVENTS |", "Meetings and Events.html","_top", "left")
subMenu1[2] = new Array()
Menu1[3] = new Array("OUR CHAPTER |", "Our Chapter.html","_top", "left")
subMenu1[3] = new Array()
Menu1[4] = new Array("OFFICERS |", "Officers.html","_top", "left")
subMenu1[4] = new Array()
Menu1[5] = new Array("NEWS AND ANNOUNCEMENTS |", "News and Announcements.html","_top", "left")
subMenu1[5] = new Array()
Menu1[6] = new Array("CONTACT US |", "Contact Us.html","_top", "left")
subMenu1[6] = new Array()
/// FORMAT MENU ///
menuStyle = "flat" // Menu Style (flat, 3d)
cellPadding = "1" // Cell Padding
cellBorder = 1 // Border width (for no border, enter 0) THIS VALUE APPLIES TO ALL MENUS
verticalOffset = "5" // Vertical offset of Sub Menu.
horizontalOffset = "0" // Horizontal offset of Sub Menu.
subMenuDelay = 2 // Time sub menu stays visible for (in seconds). THIS VALUE APPLIES TO ALL MENUS
subIndicate = 0 // Show if a sub menu is present (use 0 for "no") THIS VALUE APPLIES TO ALL MENUS
indicator = "" // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
// Use standard HTML tag. You can use a character instead of an image.
// e.g. indicator = ">"
// Main Menu Items
menuWidth = "792" // Width of menu item. Use 0 for default
borderColor = "" // Border Colour (flat mode only)
borderHighlight = "" // Border Highlight Colour (3d mode only)
borderShadow = "" // Border Shadow Colour (3d mode only)
menuBackground = "" // Cell Background Colour
menuHoverBackground = "" // Cell Background Colour on mouse rollover
fontFace = "arial" // Font Face
fontColour = "black" // Font Colour
fontHoverColour = "black" // Font Colour on mouse rollover
fontSize = "10pt" // Font Size
fontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
fontWeight = "normal" // Font Weight (normal, bold)
// Sub Menu Items
smenuWidth = "150px" // Width of sub menu item. Use 0 for default
sborderColor = "black" // Border Colour (flat mode only)
sborderHighlight = "" // Border Highlight Colour (3d mode only)
sborderShadow = "" // Border Shadow Colour (3d mode only)
smenuBackground = "#990000" // Cell Background Colour
smenuHoverBackground = "#333333" // Cell Background Colour on mouse rolloverr
sfontFace = "arial" // Font Face
sfontColour = "black" // Font Colour
sfontHoverColour = "black" // Font Colour on mouse rollover
sfontSize = "8pt" // Font Size
sfontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
sfontWeight = "bold" // Font Weight (normal, bold)
quantity = 1
/// END FORMAT MENU ////
/// DO NOT EDIT BELOW THIS LINE ///
// Browser Sniffer
var isIE = (document.getElementById && document.all)?true:false;
var isNS4 = (document.layers)?true:false;
var isNS6 = (document.getElementById && !document.all)?true:false;
var timer;
var obj = (isIE)?"document.all":"document.getElementById"
// Menu Styles
function createStyles(quant){
styleBorder=(menuStyle.split(",")[quant-1].toLowerCase() == "flat")?cellBorder:0
document.writeln ('');
}
// Build and show the main menu items
function showMenus(quant,definedOrientation)
{
createStyles(quant);
if(definedOrientation!=""){orientation=definedOrientation}
if (orientation.toLowerCase() == "vertical"){document.writeln ('
| '); if (orientation.toLowerCase()=="vertical") document.writeln(' |
'+eval("subMenu"+quant)[x][y][0]+' | ');
}
else
{
document.writeln (''+eval("subMenu"+quant)[x][y][0]+' | '); } } document.writeln ('