/***********************************************************************************
***********************************************************************************/

	var NoOffFirstLineMenus=5;				// Number of first level items
	var LowBgColor='';						// Background color when mouse is not over
	var LowSubBgColor='141C4A';				// Background color when mouse is not over on subs
	var HighBgColor='';						// Background color when mouse is over
	var HighSubBgColor='';			// Background color when mouse is over on subs
	var FontLowColor='cccccc';				// Font color when mouse is not over
	var FontSubLowColor='cccccc';			// Font color subs when mouse is not over
	var FontHighColor='yellow';				// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='';						// Border color
	var BorderSubColor='192252';					// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=0;					// Border between elements 1 or 0
	var FontFamily="verdana"				// Font family menu items
	var FontSize=9;							// Font size menu items
	var FontBold=0;							// Bold menu items 1 or 0
	var FontItalic=0;						// Italic menu items 1 or 0
	var MenuTextCentered='top';				// 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=.07;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=.01;			// vertical overlap child/ parent
	var StartTop=13;						// Menu offset x coordinate
	var StartLeft=20;						// Menu offset y coordinate
	var VerCorrect=0;						// Multiple frames y correction
	var HorCorrect=0;						// Multiple frames x correction
	var LeftPaddng=5;						// Left padding
	var TopPaddng=3;						// Top padding
	var FirstLineHorizontal=1;				// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;				// Frames in cols or rows 1 or 0
	var DissapearDelay=500;					// delay before menu folds in
	var TakeOverBgColor=1;					// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';				// Frame where first level appears
	var SecLineFrame='space';				// Frame where sub levels appear
	var DocTargetFrame='space';				// 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=0;							// 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=1;						// Uses arrow gifs when 1
	var KeepHilite=1;						// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'',0,0,'trileft.gif',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("Home","http://www.bluemap.com","",0,20,60);

Menu2=new Array("About","whoweare.html","",4,20,60);
	Menu2_1=new Array("Introduction","whoweare.html","",0,20,90);
	Menu2_2=new Array("About Us","whoweare.html","",0);
	Menu2_3=new Array("How to Use","faq.html","",0);
	Menu2_4=new Array("Contact Us","contact.html","",0);
	
Menu3=new Array("Champlain Valley Listings","","",9,20,180);
 	Menu3_1=new Array("Attractions","attractions.html","",0,20,160);
    Menu3_2=new Array("Camping","camping.html","",0);
   	Menu3_3=new Array("Galleries and Museums","cvgalleries.html","",0);
 	Menu3_4=new Array("Lodging","cvlodging.html","",0);
    Menu3_5=new Array("Performing Arts","performingarts.html","",0);
	Menu3_6=new Array("Recreation","recreation.html","",0);
	Menu3_7=new Array("Restaurants","cvrestaurants.html","",0);
	Menu3_8=new Array("Shops","cvshops.html","",0);
	Menu3_9=new Array("Transportation","transportation.html","",0);
	
Menu4=new Array("Burlington Area Listings","","",5,20,172);
	Menu4_1=new Array("Shops","burlingtonareashops.html","",0,20,152)
	Menu4_2=new Array("Transportation","transportation.html","",0);
	Menu4_3=new Array("Lodging","burlingtonarealodging.html","",0);
	Menu4_4=new Array("Malls","malls.html","",0);
	Menu4_5=new Array("Restaurants","burlingtonarearestaurants.html","",0);
	
Menu5=new Array("Activity Guide","guide.html","",11,20,120);
	Menu5_1=new Array("Introduction","guide.html","",0,20,120);
	Menu5_2=new Array("Bike Rides","guidebike.html","",0);
//	Menu5_3=new Array("Communication","guidecomm.html","",0);
	Menu5_3=new Array("Destinations","guidedestination.html","",0);
	Menu5_4=new Array("Events","guideevents.html","",0);
	Menu5_5=new Array("Forecast","guideclimate.html","",0);
	Menu5_6=new Array("Hiking","guidehiking.html","",0);
	Menu5_7=new Array("Kids","guidekids.html","",0);
	Menu5_8=new Array("Lake Champlain","guidelake.html","",0);
	Menu5_9=new Array("Swimming","guideswim.html","",0);
	Menu5_10=new Array("Skiing & Boarding","guideskiing.html","",0);
	Menu5_11=new Array("Transportation","guidetransportation.html","",3,0,100);
		Menu5_11_1=new Array("Air","guidetransportation.html","",0,20,70);
	    Menu5_11_2=new Array("Auto","guidetransportation.html","",0);
	    Menu5_11_3=new Array("Ferries","guidetransportation.html","",0);


