 /***********************************************
*	(c) Ger Versluis 2000 version 9.10 14 October 2002        *
************************************************/
	var NoOffFirstLineMenus=8;			
	var LowBgColor="000000";			
	var HighBgColor="2c3b7d";			
	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=99;				
	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("Welcome!","javascript:NewWin=window.open('welcome.htm','NWin');window['NewWin'].focus()","",0,18,107,"","","","","","",-1,-1,-1,"","Welcome to Watrous & Manitou Beach!");
      
Menu2=new Array("Location & Maps","javascript:NewWin=window.open('loc1.htm','NWin');window['NewWin'].focus()","",4,18,107,"","","","","","",-1,-1,-1,"","Location & Maps");
	Menu2_1=new Array("Location","javascript:NewWin=window.open('DrivingDirections1.pdf','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Location");
	Menu2_2=new Array("Google Map","javascript:NewWin=window.open('googlemap.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Google Interactive Map");
      Menu2_3=new Array("Manitou Beach","javascript:NewWin=window.open('images/mapmb.jpg','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Map of Manitou Beach");
      Menu2_4=new Array("Watrous","javascript:NewWin=window.open('images/mapwatrous.jpg','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Map of Watrous");
	
Menu3=new Array("Travel Info","","",9,18,108,"","","","","","",-1,-1,-1,"","Travel Info");
	Menu3_1=new Array("Accommodations","javascript:NewWin=window.open('accom.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Accommodations");
	Menu3_2=new Array("Campground","javascript:NewWin=window.open('camping.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Manitou & District Regional Park");
      Menu3_3=new Array("Mineral Spa","javascript:NewWin=window.open('http://manitousprings.ca','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","The Mineral Spa");
	Menu3_4=new Array("Golf Course","javascript:NewWin=window.open('http://manitougolf.com','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Manitou Beach Golf Club");
	Menu3_5=new Array("Danceland","javascript:NewWin=window.open('http://danceland.ca','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Danceland");
	Menu3_6=new Array("Artist Studio Trail","javascript:NewWin=window.open('http://spiritofmanitou.ca','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Danceland");
	Menu3_7=new Array("Weather","javascript:NewWin=window.open('http://www.weatheroffice.ec.gc.ca/city/pages/sk-49_metric_e.html','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Current Weather Conditions");
	Menu3_8=new Array("Highways","javascript:NewWin=window.open('http://roadinfo.telenium.ca/sk/map/map17.html','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Current Highway Conditions");
      Menu3_9=new Array("Visitor Guide","javascript:NewWin=window.open('visitorguide.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Printable Visitor Guide");

Menu4=new Array("Services","","",4,18,106,"","","","","","",-1,-1,-1,"","Area Services");
      Menu4_1=new Array("Essential","javascript:NewWin=window.open('essential.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Essential Services");
      Menu4_2=new Array("Businesses","javascript:NewWin=window.open('business.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Member Businesses");
      Menu4_3=new Array("Churches","javascript:NewWin=window.open('churches.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Churches of Watrous");
      Menu4_4=new Array("Visitor Guide","javascript:NewWin=window.open('visitorguide.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Printable Visitor Guide");
	
Menu5=new Array("Health","","",4,18,106,"","","","","","",-1,-1,-1,"","Wellness");
	Menu5_1=new Array("Wellness","javascript:NewWin=window.open('health.htm','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Health & Mineral Spas");
      Menu5_2=new Array("Mineral Spa","javascript:NewWin=window.open('http://manitousprings.ca','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","The Mineral Spa");
      Menu5_3=new Array("Churches","javascript:NewWin=window.open('churches.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Churches of Watrous");
      Menu5_4=new Array("Retirement","javascript:NewWin=window.open('http://manitoubeach.ca','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","Retirement at Watrous & Manitou Beach");

Menu6=new Array("Calendar","javascript:NewWin=window.open('http://watrousmanitou.com/calendar','NWin');window['NewWin'].focus()","",0,18,106,"","","","","","",-1,-1,-1,"","Calendar of Events");

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("Photo Album","javascript:NewWin=window.open('album.htm','NWin');window['NewWin'].focus()","",0,18,179,"","","","","","",-1,-1,-1,"","");

