/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	modified by webvues for tdw trial		          *
*		          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;
	var LowBgColor='white';
	var LowSubBgColor='white';
	var HighBgColor='black';
	var HighSubBgColor='black';
	var FontLowColor='black';
	var FontSubLowColor='black';
	var FontHighColor='white';
	var FontSubHighColor='white';
	var BorderColor='black';
	var BorderSubColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial,helvetica"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=0;
	var StartLeft=0;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='menuPos';
	var HideTop=0;
	var MenuWrap=0;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['',0,0,'',0,0,'',0,0];	// 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("Home","index.php","",0,15,53);

Menu2=new Array("Business Directory","","",2,15,120);
	Menu2_1=new Array("Find a Business","UWBIASearchPage.php","",0,18,130);
	Menu2_2=new Array("Add/Update a Business","add-update.htm","",0,18,130);

Menu3=new Array("UpTown Dollars","uptownDollars.html","",0,15,125);

Menu4=new Array("Festivals & Events","","",14,15,120);
	Menu4_1=new Array("ANNUAL EVENT CALENDAR","eventCalendar.html","",0,18,200);
	Menu4_2=new Array("Great Oktoberfest Barrel Races","eventBarrelRaces.html","",0,18,200);
	Menu4_3=new Array("UpTown Waterloo Jazz Festival","http://www.uptownwaterloojazz.ca","",0,18,200);
	Menu4_4=new Array("UpTown Waterloo Jazz Fundraiser","eventJazzFundraiser.html","",0,18,200);
	Menu4_5=new Array("Waterloo Buskers Carnival","eventBuskers.html","",0,18,200);
	Menu4_6=new Array("UpTown Dining Tour","eventDiningTour.html","",0,18,200);
	Menu4_7=new Array("UpTown Country","http://www.uptowncountrywaterloo.com","",0,18,200);
	Menu4_8=new Array("UpTown Carollers","eventCarolers.html","",0,18,200);
	Menu4_9=new Array("UpTown Ice Dogs Festival","eventIceDogs.html","",0,18,200);
	Menu4_10=new Array("UpTown Waterloo Comedy Festival","eventComedy.html","",0,18,200);
    Menu4_11=new Array("UpTown Treasure Hunt","eventTreasureHunt.html","",0,18,200);
    Menu4_12=new Array("Holiday Open House","eventHolidayOpenHouse.html","",0,18,200);
	Menu4_13=new Array("FREE Horse Drawn Trolley Rides","eventTrolleyRides.html","",0,18,200);
	Menu4_14=new Array("Wonders of Winter","eventWondersOfWinter.html","",0,18,200);

Menu5=new Array("Maps/Parking","","",2,15,90);
	Menu5_1=new Array("UpTown Parking","parking.htm","",0,18,100);
	Menu5_2=new Array("Directions","directions.htm","",0,18,100);

Menu6=new Array("UpTown Vision","vision.htm","",0,15,100);

Menu7=new Array("About the BIA","","",4,18,85);
	Menu7_1=new Array("Director's Message","about.htm","",0,18,120);
	Menu7_2=new Array("Board & Committees","bod.htm","",0,18,120);
	Menu7_3=new Array("UpTown Update","update.htm","",0,18,120);
	Menu7_4=new Array("Contact Us","contact.htm","",0,18,120);
