function blankSearch(searchObj)
{
searchObj.value="";
}

function openWin1(strURL,strWinName,winWidth,winHeight)
{
	var chngpass;
	winTop=0
	winLeft=0
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);

	window.open(strURL,strWinName,'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ',toolbar=no menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=yes');
	
}
function openWin(strURL,strWinName,winWidth,winHeight,imgSrc)
{
	var chngpass;
	winTop=0
	winLeft=0
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
	winObj = window.open(strURL,strWinName,'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ',toolbar=no menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=yes');
	
	str='<div><img src="' + strURL +'" name="img1" id="img1" border="0"></div>'
	str+='<div align="right"><a href="javascript:window.close()" alt="Close" title="Close"><img src="../images/close_button.gif" border="0" alt="Close" title="Close" hspace="10" vspace="10"></a></div>'
	winObj.document.write(str)
	
}

function EmailPage(winWidth,winHeight)
{
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
   var aspredirect = "../home/emailform.asp";
   //var url =  window.location.href;
   //var aspredirect = "../home/emailform.asp?urlloc=" + url;
   window.open(aspredirect,"Mphasis_Email",'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ', menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=no');

}

function ContactUSEmailPage(winWidth,winHeight)
{
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
 //  var emaillink =  parent.document.getElementById("contactemailId").innerHTML;
  // var aspredirect = "../home/contactus_email.asp?emailid=" + emaillink;
   var aspredirect = "../home/contactus_email.asp";
   window.open(aspredirect,"Mphasis_ContactUS_Email",'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ', menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=no');

}

function ContactUSIt(winWidth,winHeight)
{
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
  // var emaillink =  parent.document.getElementById("contactemailId").innerHTML;
  // var aspredirect = "../home/contact_it.asp";
   window.open("../home/contact_it.asp","Mphasis_ContactUS_Email",'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ', menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=no');

}
function ContactUSBPO(winWidth,winHeight)
{
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
   //var emaillink =  parent.document.getElementById("contactemailId").innerHTML;
   //var aspredirect = "../home/contact_bpo.asp?emailid=" + emaillink;
   window.open("../home/contact_bpo.asp","Mphasis_ContactUS_Email",'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ', menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=no');

}
function ContactUSMPACT(winWidth,winHeight)
{
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
 //  var emaillink =  parent.document.getElementById("contactemailId").innerHTML;
  // var aspredirect = "../home/contact_contact_solution.asp?emailid=" + emaillink;
   window.open("../home/contact_solution.asp","Mphasis_ContactUS_Email",'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ', menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=no');

}



function ContactUSCONS(winWidth,winHeight)
{
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
  // var emaillink =  parent.document.getElementById("contactemailId").innerHTML;
  // var aspredirect = "../home/contact_it.asp";
   window.open("../home/contact_consulting.asp","Mphasis_ContactUS_Consulting",'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ', menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=no');

}

function ContactUSINDS(winWidth,winHeight)
{
	winLeft=Math.floor((Math.abs(screen.availWidth-winWidth))/2);
	winTop=Math.floor((Math.abs(screen.availHeight-winHeight))/2);
  // var emaillink =  parent.document.getElementById("contactemailId").innerHTML;
  // var aspredirect = "../home/contact_it.asp";
   window.open("../home/contact_industries.asp","Mphasis_ContactUS_Industries",'top='+ winTop + ',left=' + winLeft + ',width=' + winWidth + ',height=' + winHeight + ', menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=no');

}


