	var NoOffFirstLineMenus=7;			
	var LowBgColor='#ffffff';			
	var LowSubBgColor='#FEEBB8';			
	var HighBgColor='#ffffff';			
	var HighSubBgColor='#EFD7D3';			
	var FontLowColor='000000';			
	var FontSubLowColor='000000';			
	var FontHighColor='000000';			
	var FontSubHighColor='000000';			
	var BorderColor='#FCCC4D';			// Border color TEAL
	var BorderSubColor='#FCCC4D';			
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="MS Times,Georgia,serif"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				
	var MenuTextCentered='center';			
	var MenuCentered='left';				
	var MenuVerticalCentered='top';		
	var ChildOverlap=.20;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=88;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			
	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;				
	var MenuWrap=1;				
	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=[];	// 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("rollover:images/nav_hall.gif:images/nav_hallon.gif","rentals.html","",3,35,107);
	Menu1_1=new Array("Information","rentals.html","",0,20,107);	
	Menu1_2=new Array("Parties","parties.html","",0,20);	
	Menu1_3=new Array("Home Page","index.html","",0,20);	
		
Menu2=new Array("rollover:images/nav_dance.gif:images/nav_danceon.gif","dancing.html","",4,35,107);
	Menu2_1=new Array("Square Dance Parties","squares.html","",0,20,170);	
	Menu2_2=new Array("Contra Dancing","contra.html","",0,20);	
	Menu2_3=new Array("Western Squares","western.html","",0,20);	
	Menu2_4=new Array("Traditional Squares","tradsq.html","",0,20);
	
Menu3=new Array("rollover:images/nav_auction.gif:images/nav_auctionon.gif","auction.html","",1,35,91);
	Menu3_1=new Array("Antiques","auction.html","",0,20,94);


Menu4=new Array("rollover:images/nav_dog.gif:images/nav_dogon.gif","dogs.html","",1,35,133);
	Menu4_1=new Array("Kanine Kollege","dogs.html","",0,20,133);
	
Menu5=new Array("rollover:images/nav_ralph.gif:images/nav_ralphon.gif","ralph.html","",2,35,117);
	Menu5_1=new Array("Dance Caller","ralph.html","",0,20,117);
	Menu5_2=new Array("CDs & Books","ralph-books.html","",0);

Menu6=new Array("rollover:images/nav_calendar.gif:images/nav_calendaron.gif","calendar.html","",1,35,103);
	Menu6_1=new Array("Events Calendar","calendar.html","",0,20,120);	

Menu7=new Array("rollover:images/nav_contact.gif:images/nav_contacton.gif","contact.html","",3,35,91);
	Menu7_1=new Array("Contact info","contact.html","",0,20,100);
	Menu7_2=new Array("Directions","directions.html","",0);
	Menu7_3=new Array("Helpful Links","links.html","",0);
