function openContact()
{
     top.name = "mainWindow"
     myPopup=window.open("../../contactus/selfserv.html",'myPopup',' toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=772,height=450');
     if (navigator.appVersion.substring(0,1) >= '3')
     {
           myPopup.focus()
     }
}

function goOthers(page)
{
	window.top.location=page;
}