

function gotopage()
{
	var a=document.getElementById('select').value;
	if(a=='drilling')
	{
		window.location='engineering.php';
	}
	else if(a=='third')
	{
		window.location='third.php';
	}
	else if(a=='construction')
	{
		window.location='construction.php';
	}
	else if(a=='cservices')
	{
		window.location='construction1.php';
	}
	else if(a=='material')
	{
		window.location='material.php';
	}
	else if(a=='sis')
	{
		window.location='special.php';
	}
	else if(a=='ndt')
	{
		window.location='special.php';
	}
	else if(a=='geo')
	{
		window.location='geo.php';
	}
	else if(a=='environment')
	{
		
		window.location='engineering.php';
		
	}
	else if(a=='experience')
	{
		window.location='experience.php';
	}
	else if(a=='references')
	{
		window.location='experience2.php';
	}
	else if(a=='projects')
	{
		window.location='projects.php';
	}
	else if(a=='background')
	{
		window.location='background.php';
	}
}

var domainroot="www.geeksols.com/fes"

function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}



