var putItThere = null; 

var chasm = screen.availWidth;

var mount = screen.availHeight;

var wd = chasm*1;     // percentage of screen width occupied by pop-up

var ht = mount*.95;      // percentage of screen height occupied by pop-up



function deadCenter(url) {

     putItThere = window. open(url,'putItThere','width='+wd+',height='+ht+',left='+((chasm-wd-10)*.5)+',top='+((mount-ht-25)*.5)+',scrollbars,status,titlebar');

     if (putItThere & !putItThere.closed)     

         putItThere.focus();

}



function openSized800(url) {

w=window.open(url,null,

'width=800,height=600,top=100,left=100,scrollbars,status,titlebar');

} 



function openSized720(url) {

v=window.open(url,null,

'width=720,height=400,top=100,left=100,scrollbars,status,titlebar');

} 



	var NoOffFirstLineMenus=9;			// Number of first level items

	var LowBgColor='ffffff';			// Background color when mouse is not over

	var LowSubBgColor='c4d8c4';			// Background color when mouse is not over on subs

	var HighBgColor='566e54';			// Background color when mouse is over

	var HighSubBgColor='566e54';			// Background color when mouse is over on subs

	var FontLowColor='566e54';			// Font color when mouse is not over

	var FontSubLowColor='074935';			// Font color subs when mouse is not over

	var FontHighColor='ffffff';			// Font color when mouse is over

	var FontSubHighColor='beige';			// Font color subs when mouse is over

	var BorderColor='c4d8c4';			// Border color

	var BorderSubColor='566e54';			// Border color for subs

	var BorderWidth=0;				// Border width

	var BorderBtwnElmnts=0;			// Border between elements 1 or 0

	var FontFamily="arial,comic sans ms,technical"	// Font family menu items

	var FontSize=10;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlap=0;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=0;			// vertical overlap child/ parent

	var StartTop=0;				// 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=0;				// Left padding

	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0

	var DissapearDelay=1000;			// delay before menu folds in

	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame

	var FirstLineFrame='centre';			// Frame where first level appears

	var SecLineFrame='centre';			// Frame where sub levels appear

	var DocTargetFrame='centre';			// 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',12,12,'tridown.gif',12,12,'trileft.gif',12,12];	// 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:btn-home.jpg:btn-home-ov.jpg","welcome.html","",1,22,200);

		Menu1_1=new Array("Site map","sitemap.html","",0,20,100);		



Menu2=new Array("rollover:btn-about.jpg:btn-about-ov.jpg","about.html","",1,22,200);

		Menu2_1=new Array("Mission","mission.html","",0,20,100);	



Menu3=new Array("rollover:btn-consulting.jpg:btn-consulting-ov.jpg","painting-consultant.html","",1,22,200);

		Menu3_1=new Array("Quality","quality.html","",0,20,100);

		

Menu4=new Array("rollover:btn-pressure-washers.jpg:btn-pressure-washers-ov.jpg","pressure-washer.html","",0,22,200);

				

Menu5=new Array("rollover:btn-surface-preparation.jpg:btn-surface-preparation-ov.jpg","surface-preparation.html","",5,22,200);

		Menu5_1=new Array("Alkaline cleaners","alkaline-cleaners.html","",0,20,100);

		Menu5_2=new Array("Acidic cleaners","acidic-cleaners.html","",0,20,100);

		Menu5_3=new Array("Neutral cleaners","neutral-cleaners.html","",0,20,100);
		Menu5_4=new Array("Iron phosphate","iron-phosphate.html","",0,20,100);
		Menu5_5=new Array("Zinc phosphate","zinc-phosphate.html","",0,20,100);

		

Menu6=new Array("rollover:btn-lubricants.jpg:btn-lubricants-ov.jpg","lubricants.html","",0,22,200);



Menu7=new Array("rollover:btn-contact.jpg:btn-contact-ov.jpg","contact.html","",0,22,200);



Menu8=new Array("rollover:btn-links.jpg:btn-links-ov.jpg","links.html","",0,22,200);



Menu9=new Array("rollover:btn-privacy.jpg:btn-privacy-ov.jpg","privacy.html","menu_bg.gif",0,22,200);

