var Menu1 = new Array ()
var subMenu1 = new Array ()
Menu1[0] = new Array("index", "index.html","_top", "left")
subMenu1[0] = new Array()
Menu1[1] = new Array("Meet Our Team", "ourteam.html","_top", "left")
subMenu1[1] = new Array()
Menu1[2] = new Array("Residential", "residential.html","_top", "left")
subMenu1[2] = new Array()
Menu1[3] = new Array("New Construction", "newconstruction.html","_top", "left")
subMenu1[3] = new Array()
Menu1[4] = new Array("Commercial", "commercial.html","_top", "left")
subMenu1[4] = new Array()
Menu1[5] = new Array("Contact Us", "contactus.html","_top", "left")
subMenu1[5] = new Array()
/// FORMAT MENU ///
menuStyle = "flat" // Menu Style (flat, 3d)
cellPadding = "0" // Cell Padding
cellBorder = 0 // 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 = "750" // 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 = "#ccc" // Cell Background Colour
menuHoverBackground = "#666" // Cell Background Colour on mouse rollover
fontFace = "Arial, Helvetica, sans-serif" // Font Face
fontColour = "#333" // 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 = "180px" // 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 = "#ccc" // Cell Background Colour
smenuHoverBackground = "#666" // Cell Background Colour on mouse rolloverr
sfontFace = "Arial, Helvetica, sans-serif" // Font Face
sfontColour = "#333" // Font Colour
sfontHoverColour = "white" // Font Colour on mouse rollover
sfontSize = "10pt" // 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 ('