	var NoOffFirstLineMenus=8;			 //Number of first level items
	var LowBgColor='#D9C89C';			 //Background color when mouse is not over
	var LowSubBgColor='#ffffff';			 //Background color when mouse is not over on subs
	var HighBgColor='#D9C89C';			 //Background color when mouse is over
	var HighSubBgColor='yellow';			// Background color when mouse is over on subs
	var FontLowColor='#C10013';			 //Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			 //Font color when mouse is over
	var FontSubHighColor='#C10013';			 //Font color subs when mouse is over
	var BorderColor='';			 //Border color
	var BorderSubColor='#cccccc';			 //Border color for subs
	var BorderWidth=1;				 //Border width
	var BorderBtwnElmnts=1;			 //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='left';			 //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=.2;				 //horizontal overlap child parent
	var ChildVerticalOverlap=.2;			 //vertical overlap child parent
	var StartTop=175;				 //Menu offset x coordinate
	var StartLeft=-0;				 //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;			 //SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			 //Frames in cols or rows 1 or 0
	var DissapearDelay=300;			 //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=1;				 //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=0;				 //Uses arrow gifs when 1
	var KeepHilite=1;				 //Keep selected path highligthed
	var Arrws=['tri.gif',5,5,'tridown.gif',5,5,'trileft.gif',5,5];	 //Arrow source, width and height
	var shadowColor="#777777"; //shadow color (this does not work yet)
    var shadowLen=3; //shadow length in px (this does not work yet)
    var shadowTop=0/1; //disable/enable shadow for top menu. Default is 1. (this does not work yet)

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("Process |","","",9,20,65);
	Menu1_1=new Array("All Inclusive Process","process.html","",0,20,200);
	Menu1_2=new Array("Pressure Cleaning","pressure_cleaning.html","",0,20,200);
	Menu1_3=new Array("Carpentry","carpentry.html","",0,20,200);
	Menu1_4=new Array("Scraping","scraping.html","",0,20,200);
	Menu1_5=new Array("Exclusive Sealant","sealant.html","",0,20,200);
	Menu1_6=new Array("Exclusive Bonding Agent","bonding.html","",0,20,200);
	Menu1_7=new Array("1500 Colors","1500_colors.html","",0,20,200);
	Menu1_8=new Array("Satisfied Homeowners","satisfied.html","",0,20,200);
	Menu1_9=new Array("Home Inspection","home_inspection.html","",0,20,200);

Menu2=new Array("Family Owned |","","",2,20,105);
	Menu2_1=new Array("Message from the President","message.html","",0,20,200);
	Menu2_2=new Array("Contact Us","contact.html","",0,20,175);
  
Menu3=new Array("Showcase Gallery |","","",4,20,130);	
	Menu3_1=new Array("Before and After","javascript:NewWin=window.open('../gallery/viewer.html','','width=825,height=800');window['NewWin'].focus()","",0,20,275);
	Menu3_2=new Array("Hoosiers Who Stopped Painting Forever","satisfied.html","",0,20,275);
	Menu3_3=new Array("Awards","awards.html","",0,20,275);
	Menu3_4=new Array("Videos","video.html","",0,20,275);
    
Menu4=new Array("Save Money & the Environment |","save_environment.html","",0,20,215);

Menu5=new Array("FYI |","","",4,20,40);
	Menu5_1=new Array("How it Works","how.html","",0,20,125);
	Menu5_2=new Array("Fast Facts","fast_facts.html","",0,20,125);	
	Menu5_3=new Array("Payment Options","payment.html","",0,20,125);
	Menu5_4=new Array("Learn More","learn_more.html","",0,20,125);
	 		
Menu6=new Array("FAQs |","faqs.html","",0,20,50);

Menu7=new Array("How to |","","",1,20,60);
	Menu7_1=new Array("Stop Painting Forever","how_to_stop.html","",0,20,150);
        						
Menu8=new Array("Contact","","",4,20,60);
    Menu8_1=new Array("FAQs","faqs.html","",0,20,100); 
	Menu8_2=new Array("Privacy Policy","privacy_policy.html","",0,20,175);
	Menu8_3=new Array("Employment","employment.html","",0,20,175);
    Menu8_4=new Array("Contact Us","contact.html","",0,20,100); 