compat = false;
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
if( compat )
{ 
a01 = new Image();
a01.src = "images/img14_company.gif";
a02= new Image();
a02.src = "images/img14_company_r.gif";
a03 = new Image();
a03.src = "images/img15_ser.gif";
a04= new Image();
a04.src = "images/img15_ser_r.gif";
a05 = new Image();
a05.src = "images/img16_infra.gif";
a06= new Image();
a06.src = "images/img16_infra_r.gif";
a07 = new Image();
a07.src = "images/img17_quality.gif";
a08= new Image();
a08.src = "images/img17_quality_r.gif";
a09 = new Image();
a09.src = "images/img18_out.gif";
a10= new Image();
a10.src = "images/img18_out_r.gif";
a11 = new Image();
a11.src = "images/img19_adca.gif";
a12= new Image();
a12.src = "images/img19_adca_r.gif";
a13 = new Image();
a13.src = "images/img20_proj.gif";
a14= new Image();
a14.src = "images/img20_proj_r.gif";
a15 = new Image();
a15.src = "images/img21_fees.gif";
a16= new Image();
a16.src = "images/img21_fees_r.gif";
a17 = new Image();
a17.src = "images/img22_contact.gif";
a18= new Image();
a18.src = "images/img22_contact_r.gif";
a19 = new Image();
a19.src = "images/img23_job.gif";
a20= new Image();
a20.src = "images/img23_job_r.gif";
a21= new Image();
a21.src = "images/img24_sitemap.gif";
a22= new Image();
a22.src = "images/img24_sitemap_r.gif";
}
function Swapon(x,y)
{	
	if( compat ) 
	{ 
	document.images[x].src = eval(y+".src"); 
	}
}
function Swapout(x,y)
{ if( compat )
	{ 
		document.images[x].src= eval(y+".src");
	}
}
function validate(){ if(f1.email.value=="" || f1.name.value=="") {   alert("Please Specify Name and Email address");   return false; }if(f1.email.value!="") {	check=f1.email.value.split('@');	if(check.length<=1)	{	   alert("Please Specify Valid Email address");   		return false;	} }}