String.prototype.printAddr=function(_1,_2,_3,_4){
_1=_2+"@"+this+(_3||"");
document.write((_4||_1).link("mailto:"+_1));
};
function SiteHelp(_5){
var _6=window.open("nopHelp.php?HelpID="+_5,"SiteHelp","status=no,resizable=yes,menubar=no,toolbar=no,scrollbars=yes,width=600,height=480");
if(window.focus){
_6.focus();
}
};
function login_pwd_hash(_7,_8){
_7.maxLength=49;
_7.value="===enc==="+sha1Hash(sha1Hash(_7.value)+_8.value);
return true;
};
function wait(_9){
var _a=new Date().getTime();
var _b=_a;
while(_b-_a<_9){
_b=new Date().getTime();
}
};
function WhoIs(ip){
var _c=window.open("whois.php?ip="+ip,"WhoIs","status=no,resizable=yes,menubar=no,toolbar=no,scrollbars=yes,width=600,height=700");
if(window.focus){
_c.focus();
}
};
function check_reg_data(){
var _d=document.getElementById("reg_btn");
var _e=document.getElementById("reg_confirm");
var _f=document.getElementById("reg_login");
var _10=document.getElementById("reg_capcha");
var _11=document.getElementById("reg_email");
var _12=document.reg_frm.account_type[0].checked||document.reg_frm.account_type[1].checked||document.reg_frm.account_type[2].checked;
_d.disabled=(!_12||!_e.checked||_f.value.length<5||_f.value.length>16||_10.value.length!=5||!(/^([a-z0-9_\-]+\.)*[a-z0-9_\-]+@([a-z0-9][a-z0-9\-]*[a-z0-9]\.)+[a-z]{2,4}$/i.test(_11.value)));
document.getElementById("reg_personal_page").innerHTML=/^[_0-9a-zA-Z\-]{5,16}$/.test(_f.value)?"www.dom9000.ru/agent/"+_f.value.toLowerCase():"(Ââåäèòå êîððåêòíî Ëîãèí)";
};


