getRef('pvdm_auth').innerHTML="<form name=pvdm_login>\n<table border=0 width=100%>\n        <tr><td>Логин:<input type=text name=login></td>\n        <td>Пароль:<input type=password name=passwd></td>\n        <td><input type=button value=\"OK\" onclick=\"loadPvdm(\'pvdm_auth_js\',\'/cgi-bin/pvdm_auth.pl?action=login&login=\'+document.pvdm_login.login.value+\'&passwd=\'+document.pvdm_login.passwd.value)\"></td></tr>\n        <tr><td colspan=3 align=right><a href=#pvdm onclick=\"if(!document.pvdm_login.login.value){alert(\'Сначала введите свой логин!\');document.pvdm_login.login.focus();}else{loadPvdm(\'pvdm_auth\',\'/cgi-bin/pvdm_auth.pl?action=remaind&login=\'+document.pvdm_login.login.value)}\">напомнить пароль</a>&nbsp;<a href=#pvdm onclick=\"loadPvdm(\'pvdm_auth\',\'/cgi-bin/pvdm_auth.pl?action=reg\')\">регистрация</a></td></tr></table></form>";