// FOR CONTACT US

function openWin(file)
{
	if (window.screen) 
{
var Iwidth = 420;
var Iheight = 420;
var topH=(window.screen.height/2)  - 110
var topW=(window.screen.width/2)  -330
}
	var popfile=file
	var newWin1=window.open(popfile,'nWin','x=0,y=0,titlebar=Yes,toolbar=no,maximize=yes,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width='+Iwidth+',height='+Iheight+',screenX=0,screenY=0,left='+ topH +',top='+ topW  +',fullscreen=no');
}
