<html>
<head>
<title>ВОССТАНОВЛЕНИЕ ПАРОЛЯ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</title>
<style>
table, td, div, span, form, ul, li {
	font-family: verdana, arial, geneva, helvetica, sans serif;
	font-size: 11px;
	color: #ffffff;
 }
</style>
</head>

<script>
function doSubmit() {
	if (document.forma.name.value=='' && document.forma.nick.value=='' && document.forma.mail.value=='') {
		alert('Ни одно поле не заполнено.');
		return false;
	}
	if (document.forma.mail.value!='' && ((document.forma.mail.value.indexOf('@')<1) || (document.forma.mail.value.indexOf('.')<1))) {
		alert('Некорректный адрес электронной почты.');
		return false;
	}
	window.open('/cgi-bin/sendmail/client.pl?action=search&name=' + document.forma.name.value + '&nick=' + document.forma.nick.value + '&mail=' + document.forma.mail.value,'ret_pass','toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=no, resizable=0, width=300, height=130');
//	document.forma.submit();
	window.close();
}
self.focus();
</script>
<body bgcolor="#000000" marginheight="0" marginwidth="0" bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" style="background-repeat: no-repeat;" background="/imgs/design/bg_popup_lost.gif" style="background-repeat: no-repeat;">
<table cellpadding="3" cellspacing="0" border="0" width="294">
<form action=/cgi-bin/sendmail/client.pl method=post name=forma>
<input type=hidden name=action value=search>
	<tr>
	<td align="center" valign="top" rowspan="6"><img src="/imgs/design/sp.gif" width="1" height="2" hspace="2" border="0" alt=""></td>
	<td colspan="2"><img src="/imgs/design/sp.gif" width="1" height="1" border="0" alt=""></td>
	</tr>
	<tr>              
		<td colspan="2" style="font-size: 10px; color: #797979; font-weight: bold; font-family: verdana, arial, geneva, helvetica, sans serif;">введите одно из&nbsp;значений указанных&nbsp;вами при&nbsp;регистрации</td>
	</tr>
	<tr>              
		<td nowrap style="font-size: 10px; color: #797979; font-weight: bold; font-family: verdana, arial, geneva, helvetica, sans serif;">Имя</td>	
		<td><input name="name" type="text" size="35"></td>
	</tr>
	<tr>
		<td nowrap style="font-size: 10px; color: #797979; font-weight: bold; font-family: verdana, arial, geneva, helvetica, sans serif;">Ник</td>	
		<td><input name="nick" type="text" size="35"></td>	
	</tr>
	<tr>
		<td nowrap style="font-size: 10px; color: #797979; font-weight: bold; font-family: verdana, arial, geneva, helvetica, sans serif;">E-mail</td>	
		<td><input name="mail" type="text" size="35"></td>	
	</tr>
	<tr>
		<td colspan="2" align="right" valign="bottom"><a href='#' onClick="doSubmit();" border=0><img src="/imgs/design/but_ok.gif" width="38" height="15" alt="искать" border=0></a><img src="/imgs/design/sp.gif" width="1" height="1" hspace="3" alt="Искать"><a href="#" onClick="window.close();return false;"><img src="/imgs/design/but_close.gif" width="65" height="15" border="0" alt="закрыть"></a><img src="/imgs/design/sp.gif" width="2" height="2" vspace="7" border="0"></td>
	</tr>
</form>
</table>

</body>
</html>



<!--html>
<head><title>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</title></head>
<script>self.focus();</script>
<body bgcolor="#f3f3f3" marginheight="0" marginwidth="0" bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" background="/imgs/design/bg_popup.gif" style="background-repeat: no-repeat;">
<table cellpadding="0" cellspacing="0" border="0" width="300" height="130">
	<tr><td align="center" valign="top"><img src="/imgs/design/sp.gif" width="1" height="1" vspace="26" border="0" alt=""><br><span style="font-size: 12px; color: #797979; font-weight: bold; font-family: verdana, arial, geneva, helvetica, sans serif;"></span></td></tr>
	<tr><td align="right" valign="bottom"><a href='' onClick="window.close();return false;"><img src="/imgs/design/but_close.gif" width="65" height="15" border="0" vspace="12" hspace="11" alt=""></a></td></tr>
</table>
</body>
</html -->
