
	var NoOffFirstLineMenus=7;
	var LowBgColor='lightblue';
	var LowSubBgColor='lightblue';
	var HighBgColor='0000FF';
	var HighSubBgColor='6699FF';
	var FontLowColor='black';
	var FontSubLowColor='black';
	var FontHighColor='black';
	var FontSubHighColor='black';
	var BorderColor='black';
	var BorderSubColor='black';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;
	var FontBold=1;	
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='static';
	var ChildOverlap=.2;	
	var ChildVerticalOverlap=.2;
	var StartTop=0;
	var StartLeft=1;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=1;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['Images/tri.gif',5,10,'Images/tridown.gif',10,5,'Images/trileft.gif',5,10];

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","default.html","",0,20,90,"","","","","");

Menu2=new Array("Description","Description.html","",0,20,90,"","","","","");
	
Menu3=new Array("Prices","Prices.html","",0,20,90,"","","","","");
	
Menu4=new Array("Location","Location.html","",0,20,90,"","","","","");
	
Menu5=new Array("Chester Map","ChesterMap.html","",0,20,100,"","","","","");
	
Menu6=new Array("Helpful Links","HelpfulLinks.html","",0,20,100,"","","","","");

Menu7=new Array("Contact Us","Contact Us.html","",0,20,100,"","","","","");


