	var NoOffFirstLineMenus=5;
	var LowBgColor='#FFFFFF';
	var LowSubBgColor='#FFFFFF';
	var HighBgColor='#990033';
	var HighSubBgColor='#990033';
	var FontLowColor='#990033';
	var FontSubLowColor='#990033';
	var FontHighColor='#FFFFFF';
	var FontSubHighColor='#FFFFFF';
	var BorderColor='#999999';
	var BorderSubColor='#999999';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana";
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.075;
	var ChildVerticalOverlap=.5;
	var StartTop=20;
	var StartLeft=5;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=1;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=0;
	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=['tri.gif',5,10,'tridown.gif',10,5,'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","index.html","",0,20,130);

Menu2=new Array("Chimney Problems?","tips.html#problems","",0,20,160);

Menu3=new Array("Services","","",4,20,80);
	Menu3_1=new Array("Inspections","inspections.html","",0,20,100);
    Menu3_2=new Array("Sweeping","vermont_chimney_sweep.html","",0);
	Menu3_3=new Array("Repairs","repairs.html","",0);
	Menu3_4=new Array("Relines","relines.html","",0);
	
Menu4=new Array("Installations","construction.html","",0,20,85);

Menu5=new Array("Contact Us","contactus.html","",0,20,80);
