    var NoOffFirstLineMenus=8;            // Number of first level items
    var LowBgColor='#659DB8';        // Background color when mouse is not over
    var LowSubBgColor='#ABAEB1';            // Background color when mouse is not over on subs
    var HighBgColor='#5D91A9';            // Background color when mouse is over
    var HighSubBgColor='#5D91A9';            // Background color when mouse is over on subs
    var FontLowColor='#FFFFFF';            // Font color when mouse is not over
    var FontSubLowColor='#FFFFFF';            // Font color subs when mouse is not over
    var FontHighColor='#000202';            // Font color when mouse is over
    var FontSubHighColor='#000202';            // Font color subs when mouse is over
    var BorderColor='#659DB8';            // Border color
    var BorderSubColor='ABAEB1';            // Border color for subs
    var BorderWidth=1;                // Border width
    var BorderBtwnElmnts=0;            // Border between elements 1 or 0
    var FontFamily="arial,helvetica"    // Font family menu items
    var FontSize=8;                // Font size menu items
    var FontBold=1;                // Bold menu items 1 or 0
    var FontItalic=0;                // Italic menu items 1 or 0
    var MenuTextCentered='left';            // Item text position 'left', 'center' or 'right'
    var MenuCentered='center';                        // Menu horizontal position 'left', 'center' or 'right'
    var MenuVerticalCentered='top';        // Menu vertical position 'top', 'middle','bottom' or static
    var ChildOverlap=.2;                // horizontal overlap child/ parent
    var ChildVerticalOverlap=.2;            // vertical overlap child/ parent
    var StartTop=95;                // Menu offset x coordinate
    var StartLeft=0;                // Menu offset y coordinate
    var agt=navigator.userAgent.toLowerCase();
    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                    && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                    && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
    if(is_nav) {
        StartTop -= 10;
        StartLeft -= 10;
    }
    var VerCorrect=0;                // Multiple frames y correction
    var HorCorrect=0;                // Multiple frames x correction
    var LeftPaddng=3;                // Left padding
    var TopPaddng=4;                // Top padding
    var FirstLineHorizontal=1;            // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
    var MenuFramesVertical=0;            // Frames in cols or rows 1 or 0
    var DissapearDelay=1000;            // delay before menu folds in
    var TakeOverBgColor=1;            // Menu frame takes over background color subitem frame
    var FirstLineFrame='';            // Frame where first level appears
    var SecLineFrame='';            // Frame where sub levels appear
    var DocTargetFrame='';            // Frame where target documents appear
    var TargetLoc='';        // span id for relative positioning
    var HideTop=0;                // Hide first level when loading new document 1 or 0
    var MenuWrap=1;                // enables/ disables menu wrap 1 or 0
    var RightToLeft=0;                // enables/ disables right to left unfold 1 or 0
    var UnfoldsOnClick=0;            // Level 1 unfolds onclick/ onmouseover
    var WebMasterCheck=0;            // menu tree checking on or off 1 or 0
    var ShowArrow=0;                // Uses arrow gifs when 1
    var KeepHilite=1;                // Keep selected path highligthed
    var Arrws=['tri.gif',5,10,'tridown.html',10,5,'trileft.html',5,10];    // Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
// For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("ABOUT US","","",8,25,86);
	Menu1_1=new Array("About Wilson Rental","http://www.wilsonrental.com/about/about.htm","",0,20,150);
	Menu1_2=new Array("History","http://www.wilsonrental.com/about/history.htm","",0);
    Menu1_3=new Array("Wilson Team","http://www.wilsonrental.com/about/team.htm","",0);
    Menu1_4=new Array("Locations","http://www.wilsonrental.com/about/locations.htm","",0);
    Menu1_5=new Array("FAQ","http://www.wilsonrental.com/about/faq.htm","",0);
    Menu1_6=new Array("Testimonials","http://www.wilsonrental.com/about/testimonials.htm","",0);
    Menu1_7=new Array("Affiliations","http://www.wilsonrental.com/about/affiliations.htm","",0);
	Menu1_8=new Array("Contact Us","http://www.wilsonrental.com/about/contact.htm","",0);
	Menu1_9=new Array("Ask the Experts","http://www.wilsonrental.com/about/experts.htm","",0);
	Menu1_10=new Array("Photo Gallery","http://www.wilsonrental.com/about/photos.htm","",0);

Menu2=new Array("TENTS","","",7,25,66);
	Menu2_1=new Array("Wilson Tents","http://www.wilsonrental.com/tents/tents.htm","",0,20,120);
	Menu2_2=new Array("Tent Packages","http://www.wilsonrental.com/tents/tpackages.htm","",0,20,120);
    Menu2_3=new Array("Wedding Packages","http://www.wilsonrental.com/tents/wpackages.htm","",0,20,90);
	Menu2_4=new Array("Large Event Tents","http://www.wilsonrental.com/tents/lgeventtents.htm","",0,20,90);
	Menu2_5=new Array("Tents vs. Canopies","http://www.wilsonrental.com/tents/tentcanopy.htm","",0,20,120);
    Menu2_6=new Array("Tent Definitions","http://www.wilsonrental.com/tents/definitions.htm","",0,20,90);
	Menu2_7=new Array("Guidelines","http://www.wilsonrental.com/tents/guidelines.htm","",0,20,120);

Menu3=new Array("TABLES & CHAIRS","","",4,25,120);
    Menu3_1=new Array("Tables & Chairs","http://www.wilsonrental.com/tc/tc.htm","",0,20,120);
	Menu3_2=new Array("Tables","categories.php?id=taba","",0,20,90);
    Menu3_3=new Array("Chairs","categories.php?id=cha","",0,20,90);
    Menu3_4=new Array("Seating Charts","http://www.wilsonrental.com/tc/scharts.htm","",0);
    Menu3_5=new Array("Compliance","http://www.mypantheos.com/services/compliance.htm","",0);
    Menu3_6=new Array("Public Relations","http://www.jmurrayadvertising.com/services/pr.htm","",0);
    Menu3_7=new Array("Printing","http://www.jmurrayadvertising.com/services/printing.htm","",0);
    Menu3_8=new Array("Special Events","http://www.jmurrayadvertising.com/services/events.htm","",0);
    Menu3_9=new Array("Website Services","http://www.jmurrayadvertising.com/services/web.htm","",0);

Menu4=new Array("STAGES & FLOORS","","",4,25,120);
    Menu4_1=new Array("Stages & Floors","http://www.wilsonrental.com/stages/sf.htm","",0,20,120);
	Menu4_2=new Array("Stages","http://www.wilsonrental.com/stages/stages.htm","",0,20,120);
	Menu4_3=new Array("Dance Floors","http://www.wilsonrental.com/stages/dfloors.htm","",0,20,90);
    Menu4_4=new Array("Dance Floor Charts","http://www.wilsonrental.com/stages/dfcharts.htm","",0);
	Menu4_5=new Array("Stage Covers","http://www.wilsonrental.com/2007/stages/covers.htm","",0,20,120);

Menu5=new Array("FOOD & BEVERAGE","","",7,25,120);
    Menu5_1=new Array("Food & Beverage","http://www.wilsonrental.com/fb/foodbev.htm","",0,20,125);
	Menu5_2=new Array("Serving Equipment","http://www.wilsonrental.com/fb/servequip.htm","",0);
	Menu5_3=new Array("Bars","http://www.wilsonrental.com/fb/bars.htm","",0);
    Menu5_4=new Array("Grills","http://www.wilsonrental.com/fb/grills.htm","",0);
    Menu5_5=new Array("Refrigeration","http://www.wilsonrental.com/fb/refrig.htm","",0);
    Menu5_6=new Array("Concessions","http://www.wilsonrental.com/fb/concessions.htm","",0);
	Menu5_7=new Array("Fun Foods","http://www.wilsonrental.com/fb/funfood.htm","",0);
	Menu5_8=new Array("Dinnerware","http://www.wilsonrental.com/fb/dinnerware.htm","",0);
	Menu5_9=new Array("Glassware","http://www.wilsonrental.com/fb/glassware.htm","",0);

Menu6=new Array("RESTROOMS","","",7,25,85);
    Menu6_1=new Array("Wilson Restrooms","http://www.wilsonrental.com/restrooms/rr.htm","",0,20,150);
	Menu6_2=new Array("Portable Restrooms","http://www.wilsonrental.com/restrooms/portrest.htm","",0);
    Menu6_3=new Array("Wheelchairs","http://www.wilsonrental.com/restrooms/wheelchair.htm","",0);
    Menu6_4=new Array("ADA","http://www.wilsonrental.com/restrooms/ada.htm","",0);
    Menu6_5=new Array("Sinks","http://www.wilsonrental.com/restrooms/sinks.htm","",0);
    Menu6_6=new Array("Fresh Water Systems","http://www.wilsonrental.com/restrooms/fws.htm","",0);
    Menu6_7=new Array("Service Area","http://www.wilsonrental.com/restrooms/service.htm","",0);

Menu7=new Array("SERVICES","","",7,25,85);
    Menu7_1=new Array("Rental Services","http://www.wilsonrental.com/services/services.htm","",0,20,150);
	Menu7_2=new Array("Corporate Events","http://www.wilsonrental.com/services/corporate.htm","",0);
    Menu7_3=new Array("Fundraising","http://www.wilsonrental.com/services/fundraising.htm","",0);
    Menu7_4=new Array("Backyard Parties","http://www.wilsonrental.com/services/backyard.htm","",0);
    Menu7_5=new Array("Festivals","http://www.wilsonrental.com/services/festivals.htm","",0);
    Menu7_6=new Array("Graduations","http://www.wilsonrental.com/services/graduations.htm","",0);
    Menu7_7=new Array("Weddings","http://www.wilsonrental.com/services/weddings.htm","",0);

Menu8=new Array("MISC","","",6,25,74);
	Menu8_1=new Array("Miscellaneous Items","http://www.wilsonrental.com/misc/misc.htm","",0,20,150);
	Menu8_2=new Array("Conventions","http://www.wilsonrental.com/misc/conventions.htm","",0);
    Menu8_3=new Array("Crowd Control","http://www.wilsonrental.com/misc/crowdcontrol.htm","",0);
	Menu8_4=new Array("Kids Games","http://www.wilsonrental.com/misc/kids.htm","",0);
	Menu8_5=new Array("Inflatables","http://www.wilsonrental.com/misc/inflate.htm","",0);
	Menu8_6=new Array("Dunk Tanks","http://www.wilsonrental.com/misc/tanks.htm","",0);
	Menu8_7=new Array("Linens","http://www.wilsonrental.com/2007/misc/linens.htm","",0);
	Menu8_8=new Array("Event Tips","http://www.wilsonrental.com/2007/misc/tips.htm","",0);
