function esbig()
{
popupWin=window.open("big5.asp","esbige","width=460,height=60,top=100,left=160");
}
function checkempass(form) {
if (form.domain.value.length==0) {
    alert("Please input domain !!");
    form.domain.focus();
    return false;
  }
}
function openWin(url,names,widthes)
{
window.open(url,names,widthes);
}
function whois()
{
window.open("whois/whoiswebnic.asp","whois","width=700,height=460,resizable=yes,scrollbars=yes,status=yes,left=30,top=20");
}