 /***********************************************
*	(c) Ger Versluis 2000 version 9.10 14 October 2002        *
************************************************/
	var NoOffFirstLineMenus=8;			
	var LowBgColor="110f59";			
	var HighBgColor="1a4e1d";			
	var FontLowColor="white";			
	var FontHighColor="white";			
	var BorderColor="808080";			
	var BorderWidthMain=1;			
	var BorderWidthSub=1;			
 	var BorderBtwnMain=1;			
	var BorderBtwnSub=1;			
	var FontFamily="verdana,arial,helvetica,comic sans ms,technical";	
	var FontSize=7;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered="center";		
	var MenuCentered="left";			
	var MenuVerticalCentered="top";		
	var ChildOverlap=.2;			
	var ChildVerticalOverlap=.2;			
	var StartTop=139;				
	var StartLeft=9;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=2;				
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			
	var DissapearDelay=500;			
	var UnfoldDelay=100;				
	var TakeOverBgColor=1;			
	var FirstLineFrame="";			
	var SecLineFrame="";			
	var DocTargetFrame="";			
	var TargetLoc="";				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var BottomUp=0;				
	var UnfoldsOnClick=0;			
	var BaseHref="";	
	var Arrws=[BaseHref+"tri.gif",2,2,BaseHref+"tridown.gif",2,2,BaseHref+"trileft.gif",2,2,BaseHref+"triup.gif",2,2];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=1;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.3, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.3, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=0)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.htm","",7,18,107,"","","","","","",-1,-1,-1,"","Attractions & Things to Do");
	Menu1_1=new Array("Welcome!","javascript:NewWin=window.open('welcome.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Welcome to Watrous & Manitou Beach");
	Menu1_2=new Array("Newsletter","javascript:NewWin=window.open('newsletter.pdf','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Newsletter in Acrobat Reader Format");
	Menu1_3=new Array("News & Notices","javascript:NewWin=window.open('news.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","News & Notices");
	Menu1_4=new Array("Tourism","javascript:NewWin=window.open('http://watrousmanitou.com','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Tourism Website");
	Menu1_5=new Array("Photo Album","javascript:NewWin=window.open('http://watrousmanitou.com/album.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Photo Album");
	Menu1_6=new Array("Parade 2008","javascript:NewWin=window.open('album1.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Photos of 2008 Parade");
	Menu1_7=new Array("Garden Show 2008","javascript:NewWin=window.open('album2.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Photos of 2008 Garden Show");

      



	      
Menu2=new Array("Council & Bylaws","","",4,18,107,"","","","","","",-1,-1,-1,"","Bylaws");
	Menu2_1=new Array("Annual Budget","javascript:NewWin=window.open('budget.htm','NWin');window['NewWin'].focus()","",0,18,107,"","","","","","",-1,-1,-1,"","Annual Budget");
	
      Menu2_2=new Array("Bylaws","","",17,18,107,"","","","","","",-1,-1,-1,"","Annual Budget");
  	  Menu2_2_1=new Array("Administrative Bylaw","javascript:NewWin=window.open('BylawNo02AdminBylaw.pdf','NWin');window['NewWin'].focus()","",0,18,190,"","","","","","",-1,-1,-1,"","Bylaw No.2 Administrative Bylaw");
	  Menu2_2_2=new Array("Nuisance Abatement","javascript:NewWin=window.open('Bylaw042006NuisanceAbatement.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No.42006 Nuisance Abatement");
	  Menu2_2_3=new Array("Public Notice Policy","javascript:NewWin=window.open('BylawNo05PublicNotice.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No.5 Public Notice Policy");
	  Menu2_2_4=new Array("Records Retention","javascript:NewWin=window.open('BylawNo06RecordRetention.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No.6 Records Retention");
	  Menu2_2_5=new Array("General Penalty Bylaw","javascript:NewWin=window.open('BylawNo07GeneralPenaltyBylaw.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No.7 General Penalty Bylaw");
	  Menu2_2_6=new Array("Zoning Bylaw","javascript:NewWin=window.open('Bylaw082001ZoningBylaw.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No.8/2001 Zoning Bylaw");
	  Menu2_2_7=new Array("Bylaw Land Sale & Development","javascript:NewWin=window.open('BylawNo14-2008LandSaleandDevelopment.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No.14/2008 Land Sale and Development");
	  Menu2_2_8=new Array("Bylaw Numbering of Buildings","javascript:NewWin=window.open('Bylaw112007NumberingHousesBuildings.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw Numbering of Houses and Buildings");
	  Menu2_2_9=new Array("Bylaw Water & Sewer Rates","javascript:NewWin=window.open('BylawNo09-2007.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No.7 Water & Sewer Rates");
	  Menu2_2_10=new Array("Animal Control Bylaw","javascript:NewWin=window.open('BylawAnimalControl.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw No. 13/2001 Animal Control");
	  Menu2_2_11=new Array("Bylaw 1-86 Planning Statement","javascript:NewWin=window.open('Bylaw1-86PlanningStatement.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw 1-86 Planning Statement");
	  Menu2_2_12=new Array("Bylaw 1-92 Building Bylaw","javascript:NewWin=window.open('Bylaw1-92BuildingBylaw.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Bylaw 1-92 Building Bylaw");
        Menu2_2_13=new Array("Zoning Map","javascript:NewWin=window.open('ZoningMap.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Zoning Map");
        Menu2_2_14=new Array("Planning Statement Map","javascript:NewWin=window.open('PlanningStatementMap.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Planning Statement Map");
        Menu2_2_15=new Array("Bylaw Business License","javascript:NewWin=window.open('Bylaw13-2009BusinessLicense.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","");
        Menu2_2_16=new Array("Bylaw Council Procedure","javascript:NewWin=window.open('Bylaw12-2009CouncilProcedure.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","");
        Menu2_2_17=new Array("Bylaw Utility Rates (Proposed)","javascript:NewWin=window.open('Bylaw01-2010Utility.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","");


	Menu2_3=new Array("Minutes & Notes","javascript:NewWin=window.open('/Council','NWin');window['NewWin'].focus()","",0,18,107,"","","","","","",-1,-1,-1,"","Council Notes & Minutes");


      Menu2_4=new Array("Forms","","",6,18,107,"","","","","","",-1,-1,-1,"","Forms");
        Menu2_4_1=new Array("Building Permit Application","javascript:NewWin=window.open('BuildingPermitApplicationPackage.pdf','NWin');window['NewWin'].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Building Permit Application");
        Menu2_4_2=new Array("Permit to Move or Demolish","javascript:NewWin=window.open('PermittoMoveorDemolish.pdf','NWin');window['NewWin'].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Permit to Move or Demolish");
        Menu2_4_3=new Array("Offer to Purchase Land","javascript:NewWin=window.open('OffertoPurchaseLand.pdf','NWin');window['NewWin'].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Offer to Purchase Land");
        Menu2_4_4=new Array("Application to Subdivide Land","javascript:NewWin=window.open('ApplicationtoSubdivideLand.pdf','NWin');window['NewWin'].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Application to Subdivide Land");
	  Menu2_4_5=new Array("Form A-B Zoning Bylaw","javascript:NewWin=window.open('FormAB-ZoningBylaw.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Form A-B Zoning Bylaw");
        Menu2_4_6=new Array("Council Request Form","javascript:NewWin=window.open('CouncilRequestForm.pdf','NWin');window['NewWin'].focus()","",0,18,170,"","","","","","",-1,-1,-1,"","Council Request Form");
      

Menu3=new Array("Real Estate","","",3,18,107,"","","","","","",-1,-1,-1,"","Real Estate");
	Menu3_1=new Array("Lots for Sale","javascript:NewWin=window.open('villagelotsforsale.pdf','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Village Lots for Sale");
 	Menu3_2=new Array("Testimonials","javascript:NewWin=window.open('http://manitoubeach.ca/testimon.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Testimonials");
 	Menu3_3=new Array("Infrastructure","javascript:NewWin=window.open('http://manitoubeach.ca/infrastructure.pdf','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Infrastructure Devlopment");

Menu4=new Array("Location & Maps","javascript:NewWin=window.open('http://watrousmanitou.com/loc1.htm','NWin');window['NewWin'].focus()","",3,18,107,"","","","","","",-1,-1,-1,"","Location & Maps");
	Menu4_1=new Array("Location","javascript:NewWin=window.open('http://watrousmanitou.com/DrivingDirections1.pdf','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Location");
      Menu4_2=new Array("Manitou Beach","javascript:NewWin=window.open('images/mapmb.jpg','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Map of Manitou Beach");
      Menu4_3=new Array("Watrous","javascript:NewWin=window.open('http://watrousmanitou.com/images/mapwatrous.jpg','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Map of Watrous");

Menu5=new Array("Services","","",7,18,107,"","","","","","",-1,-1,-1,"","Area Services");
      Menu5_1=new Array("Essential","javascript:NewWin=window.open('http://watrousmanitou.com/essential.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Essential Services");
      Menu5_2=new Array("Resort Businesses","javascript:NewWin=window.open('resortbusiness.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Resort Businesses");
      Menu5_3=new Array("Area Businesses","javascript:NewWin=window.open('http://watrousmanitou.com/business.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Other Area Businesses");
      Menu5_4=new Array("Education","javascript:NewWin=window.open('http://watrousmanitou.com/education.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Member Businesses");
      Menu5_5=new Array("Churches","javascript:NewWin=window.open('http://watrousmanitou.com/churches.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Churches of Watrous");
      Menu5_6=new Array("Attractions","javascript:NewWin=window.open('http://watrousmanitou.com','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Attractions & Tourism");
      Menu5_7=new Array("Visitor Guide","javascript:NewWin=window.open('http://watrousmanitou.com/visitorguide.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Printable Visitor Guide");

Menu6=new Array("Calendar/Events","","",4,18,107,"","","","","","",-1,-1,-1,"","Calendar & News");
 	Menu6_1=new Array("Coming Events","javascript:NewWin=window.open('','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Infrastructure Devlopment");
      Menu6_2=new Array("Calendar of Events","javascript:NewWin=window.open('http://watrousmanitou.com/calendar','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Calendar of Events");
      Menu6_3=new Array("Recreation Board","javascript:NewWin=window.open('','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Coming Events");
	Menu6_4=new Array("Village Newsletter","javascript:NewWin=window.open('newsletter.pdf','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Newsletter in Acrobat Reader Format");

Menu7=new Array("Contact Info","javascript:NewWin=window.open('contact.htm','NWin');window['NewWin'].focus()","",0,18,106,"","","","","","",-1,-1,-1,"","Contact Information");

Menu8=new Array("","","",0,18,179,"","","","","","",-1,-1,-1,"","");
