function loadincludes(){	
	if(document.getElementById('menu')) clientSideInclude('menu', '../includes/menu.htm');
	if(document.getElementById('top')) clientSideInclude('top', '../includes/top.htm');
if(document.getElementById('footer')) clientSideInclude('footer', '../includes/footer.htm');
}

function winopen1()

{
	var NewWin2;
	
	NewWin2=window.open("request.htm",'NewWin1','height=635,width=557,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin2.focus();

}

function winopen2()

{
	var NewWin2;
	
	NewWin2=window.open("bid.htm",'NewWin1','height=635,width=440,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=yes');
	NewWin2.focus();

}


function mOvr(src,clrOver)
{ 
	if (!src.contains(event.fromElement))
	{ 
		src.style.cursor = 'default'; 
		src.bgcolor = clrOver; 
	} 
} 

function mOut(src,clrIn)
{ 
	if (!src.contains(event.toElement))
	{ 
		src.style.cursor = 'default'; 
		src.bgcolor = clrIn; 
	} 
}

function ChangeColor(obj,color)
{
	obj.style.background=color;
}

function markmenu(obj)
{

	ChangeColor(obj,'#042544');
	obj.onmouseout="ChangeColor("+obj+",'#042544');";
}

function mmLoadMenus() {
  if (window.mm_menu_0506145056_0) return;
        window.mm_menu_0506145056_0 = new Menu("root",210,21,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FEDD58","#AE0001","#C42625","left","middle",3,0,1000,-5,7,true,true,true,1,true,true);
  mm_menu_0506145056_0.addMenuItem("CONCRETE SAWING","location='sawing.htm'");
  mm_menu_0506145056_0.addMenuItem("CONCRETE DRILLING","location='drilling.htm'");
  mm_menu_0506145056_0.addMenuItem("CONCRETE POLISHING","location='polishing.htm'");
  mm_menu_0506145056_0.addMenuItem("SPECIALIZED SAFETY GROOVING","location='specialized.htm'");
   mm_menu_0506145056_0.hideOnMouseOut=true;
   mm_menu_0506145056_0.bgColor='#520100';
   mm_menu_0506145056_0.menuBorder=1;
   mm_menu_0506145056_0.menuLiteBgColor='#520100';
   mm_menu_0506145056_0.menuBorderBgColor='#520100';

mm_menu_0506145056_0.writeMenus();
}



