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 pagerefresh()
{
	//document.location.href = document.location.href;	
	javascript:location.reload();
}




// random client speak code starts here 
/*
var projects=new Array();
var clients=new Array();


projects[0]="I firmly believe that Hi-Tech can be classed as 100% customer - oriented company, the type which cannot be dispensed with";
clients[0]="<a href='javascript:void' onclick=\"open('ref2.htm',menubar='no', 'width=350, height=290', resizable='no')\" >Bharat Patel</a>";
projects[1]="... would like to commend them for their professionalism, competency and willingness to work 24 7 to get our project completed.";
clients[1]="<a href='javascript:void' onclick=\"open('ref1.htm',menubar='no', 'width=350, height=300', resizable='no')\" >Debra Sarokin</a>";
projects[2]="We, therefore, recommend the company, without hesitation, as a professional organization capable of executing successfully data entry jobs";
clients[2]="Sunil Parekh";
projects[3]="The extra time and effort you put in were certainly worthwhile. It is a pleasure for me to get associated with such dedicated and professional team."
clients[3]="Sangeeta Parikh";
projects[4]="We found the staff of Hi-Tech very co-operative. All our queries were promptly addressed.";
clients[4]="Jaimin Shah";
projects[5]="Even in case of bigger jobs, they have shown remarkable ability to pull resources at a short notice and ensured that the job was completed well within the time limit";
clients[5]="<a href='javascript:void' onclick=\"open('ref2.htm',menubar='no', 'width=350, height=290', resizable='no')\" >Bharat Patel</a>";
projects[6]="... went beyond the call of their duty to exceed expectations on many levels. Not only did they supply technical expertise, but equally important, they exhibited the willingness to 'go the extra mile'.";
clients[6]="<a href='javascript:void' onclick=\"open('ref1.htm',menubar='no', 'width=350, height=300', resizable='no')\" >Debra Sarokin</a>";
projects[7]="... has always demonstrated their ability to complete the job according to our satisfaction.";
clients[7]="<a href='javascript:void' onclick=\"open('ref2.htm',menubar='no', 'width=350, height=290', resizable='no')\" >Bharat Patel</a>";
projects[8]="The customer was delighted with the quality of work and especially appreciated your suggested modifications.";
clients[8]="Sangeeta Parikh";
projects[9]="project 9";
clients[9]="nine";
projects[10]="project 10";
clients[10]="ten";


function clientspeak()
{
var ab;
ab = document.location;
ab = ab+'';

	if (ab.indexOf("index.htm") == -1)
	{
		ra = Math.round(Math.random()*10);
		document.write("<table class='grey1bg' align='center' border='0' cellpadding='0' cellspacing='0' width='758' class='whitebg'>");
		document.write("<tr><td width='140'>&nbsp;</td><td height='60' width='618' valign='middle'>");
		
		document.write("<table align='left' width='610' cellspacing='0' cellpadding='0' border='0'>");
		document.write("<tr><td class='clienttext'>&quot;" + projects[ra] + "&quot;</td></tr>");
		document.write("<tr><td align='right' valign='top' class='clienttext'>- " + clients[ra] + "</td></tr>");
		document.write("</table>");
		
		document.write("</td></tr>");
		document.write("<tr><td height='1'colspan='2' class='bodybg'><img src='images/blanker.gif' border='0' width='1' height='1'></td></tr>");
		document.write("</table>");
	}
	
}
*/
// random client speak code ends here 

//Email tracking code start
<script language="javascript">
function openWindow(url) {
	window.open(url,"_self","");
	window.open("mailto:info@hitechexport.com");
	return TRUE;
}
</script>
//Email tracking code end