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("News", "News.html","_top", "left")
subMenu1[1] = new Array()
subMenu1[1][0] = new Array ("Message from the Secretary", "Presidents Message.html","_top")
subMenu1[1][1] = new Array ("Board of Directors", "Board of Directors.html","_top")
subMenu1[1][2] = new Array ("Board Minutes", "Board Minutes.html","_top")
subMenu1[1][3] = new Array ("Hall of Fame", "Hall of Fame.html","_top")
subMenu1[1][4] = new Array ("All Ohio Team", "All Ohio Team.html","_top")
Menu1[2] = new Array("Gun Clubs", "Gun Clubs.html","_top", "left")
subMenu1[2] = new Array()
subMenu1[2][0] = new Array ("Gun Club Documents", "Gun Club Documents.html","_top")
subMenu1[2][1] = new Array ("Northwest Zone News ", "Northwest Zone News.html","_top")
subMenu1[2][2] = new Array ("Northeast Zone News", "Northeast Zone News.html","_top")
subMenu1[2][3] = new Array ("Southwest Zone News", "Southwest Zone News.html","_top")
subMenu1[2][4] = new Array ("Southeast Zone News", "Southeast Zone News.html","_top")
subMenu1[2][5] = new Array ("SE Zone Gun Clubs", "SE Zone Gun Clubs.html","_top")
subMenu1[2][6] = new Array ("NE Zone Gun Clubs", "NE Zone Gun Clubs .html","_top")
subMenu1[2][7] = new Array ("NW Zone Gun Clubs", "NW Zone Gun Clubs.html","_top")
subMenu1[2][8] = new Array ("SW Zone Gun Clubs", "SW Zone Gun Clubs .html","_top")
subMenu1[2][9] = new Array ("Ohio ATA Delegate News", "Ohio ATA Delegate News.html","_top")
subMenu1[2][10] = new Array ("ATA Web Site - Ohio Club Links", "ATA Web Site - Ohio Club Links.html","_top")
Menu1[3] = new Array("Shoot Calendar", "ShootCalendar.html","_top", "left")
subMenu1[3] = new Array()
subMenu1[3][0] = new Array ("Registered Shoot Application", "Registered Shoot Application.html","_top")
subMenu1[3][1] = new Array ("Shoot Calendar", "Shoot Calendar.html","_top")
Menu1[4] = new Array("Youth Programs", "Youth Programs.html","_top", "left")
subMenu1[4] = new Array()
subMenu1[4][0] = new Array ("Coaches Corner", "Coaches Corner.html","_top")
subMenu1[4][1] = new Array ("SCTP Information", "SCTP Information.html","_top")
subMenu1[4][2] = new Array ("Find A Team", "Find A Team.html","_top")
Menu1[5] = new Array("Foundation", " .html","_top", "left")
subMenu1[5] = new Array()
subMenu1[5][0] = new Array ("About the Foundation", "About the Foundation.html","_top")
subMenu1[5][1] = new Array ("Ways To Give", "Ways To Give.html","_top")
Menu1[6] = new Array("Contact Us", "ContactUs.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 = 1 // 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 = "white" // Font Colour
fontHoverColour = "white" // 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 = "white" // 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 = "white" // Font Colour
sfontHoverColour = "white" // 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 ('