var browserName;
var brNN4,brNN6,brNN7,brIE,brOPERA;
browserName = 'IE';
brNN4='NN4';brNN6='NN6up';brNN7='NN7up';brIE='IE';brOPERA='OPERA';

strLogin = 'Enter your email to log in';

function onLoginClick() {
with (document.frmLogin) {
if(!EmailAlert(iemail)) return false;
PopUpEx('https://secure.iforum.com/core/hamon/login.asp?BP=http://www.hamonusa.com/admin/default.asp&WID=WYylKTxY5TSTrwv87lgk&SE=project@hamonusa.com&SP=hp234&SA=S5547521696051793734&SN=Hamon%20USA&SID=&uim=0&ufm=0&iEmail=' + iemail.value ,'login');
}
return;
}

function inputTextOnBlur(obj,strText) {
if (strText=='') strText=strLogin;
with (obj) { if (value=='') value = strText };
}

function inputTextOnFocus(obj, strText) {
if (strText=='') strText=strLogin;
with (obj) { if (value==strText) value = '' };
}