<!--
// ENTER_SYSTEM
function go()
{
var net = 'http://rabn.aids.ru/php/tbe468/manager.php3';
for (i = 0; i < document.login.net.length; i++) {
if (document.login.net[i].checked) {
net = document.login.net[i].value;
break;
}
}
document.login.action=net;
document.login.submit();
}

// LOSTPASS
function ok()
{
var net = 'http://rabn.aids.ru/php/tbe468/lostpass.php3';
for (i = 0; i < document.mail.net.length; i++) {
if (document.mail.net[i].checked) {
net = document.mail.net[i].value;
break;
}
}
document.mail.action=net;
document.mail.submit();
}
//-->
//-->