function windowOpener() { surveywinid = window.open("","surveywin","resizable,scrollbars,dependent,width=600,height=350"); surveywinid.focus(); //return false; } function votwin(url) { window.open("/voting/vote.asp?ID=" + url,"","resizable,scrollbars,dependent,width=600,height=350"); return false } function chkLogin() { document.frmHomeLogin.submit(); return true; } document.write('