function popup_request1()
{
	var NewWin;
	NewWin1=window.open("solve.htm",'NewWin2','height=647,width=438,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=yes');
	NewWin1.focus();

}
function popup_request11()
{
	var NewWin;
	NewWin1=window.open("../solve.htm",'NewWin2','height=647,width=438,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=yes');
	NewWin1.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,'#000000');
	obj.onmouseout="ChangeColor("+obj+",'#000000');";
}




function show(line,div){
	line.style.display='';
	div.style.visibility='visible';
}

function hide(line,div){
	line.style.display='none';
	div.style.visibility='hidden';
}

function loadincludes(){	
	if(document.getElementById('topinc')) clientSideInclude('topinc', '../includes/top_bar.htm');
	if(document.getElementById('topinc1')) clientSideInclude('topinc1', '../includes/left_panel.htm');
	if(document.getElementById('topinc2')) clientSideInclude('topinc2', '../includes/top_bar1.htm');
             
        
}

function loadincludes1(){
	
	if(document.getElementById('topinc3')) clientSideInclude('topinc3', '../../includes/top_bar_gallery.htm'); 
	if(document.getElementById('topinc4')) clientSideInclude('topinc4', '../../includes/left_panel_gallery.htm');                
	if(document.getElementById('topinc5')) clientSideInclude('topinc5', '../../includes/top_bar1_gallery.htm');
	if(document.getElementById('topinc6')) clientSideInclude('topinc6', '../../includes/gallery.htm');
	

        
         
}
function loadincludes2(){
	clientSideInclude('topinc2', '../includes/top_bar1.htm');
         
}
function loadincludes22(){
	clientSideInclude('topinc22', '../includes/top_bar22.htm');
         
}

function loadincludes3(){
	clientSideInclude('topinc4', '../includes/top_bar3.htm');
         
}

function holdlink(id)
	{		
	 	document.getElementById(id).className='linkHold';
		document.getElementById(id).onmouseout='linkHold';		
		if(id=='about' || id=='inspection' || id=='client' || id=='resources')
		{
	 	document.getElementById('testimonial1').style.display='';
		}
		else
		{
	 	document.getElementById('testimonial2').style.display='';
		}
	}