<html>
<head>
<META http-equiv="Refresh" content="180; URL=index.html">
<META HTTP-EQUIV=Pragma CONTENT=no-cashe>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<title>reutov</title>
<script src="./func/ui/objects.js"></script>
<script src="./func/ui/utils.js"></script>
<script src="./func/ui/pages.js"></script>
<script src="./func/ui/keyboards.js"></script>
<script src="./func/ui/fields.js"></script>
<script src="./func/engine/pars_cookie.js"></script>
<script src="reklama.js"></script>
</head>
<script>
var tmpl =
{
padding: 0,
fieldsMode: 'multi',
fieldsPlace: 'field',
kbAutoReplace: false,
kbPlace: 'keyboard',
kbType: 'AL',
fields:
[{name: 'a', mask: '\\w{1,4}', head: '<span class="t_b"> ID </span>', nobr: 1},
{name: 'b', mask: '\\w{1,10}', head: '<span class="t_b">ID /</span>', nobr: 1},
{name: 'c', mask: '\\w{1,10}', head: ' ', nobr: 1}
]
}
function initPage()
{
dataCollector = new DataCollectorClass('dataCollector',tmpl);
dataCollector.onComplete('completeFunction');
dataCollector.onIncomplete('incompleteFunction');
forward_yes.style.display='none';
forward_no.style.display='none';
menu_yes.style.display='none';
menu_no.style.display='none';
backward_yes.style.display='block';
backward_no.style.display='none';
}
function completeFunction()
{
forward_yes.style.display='block';
forward_no.style.display='none';
}
function incompleteFunction()
{
forward_yes.style.display='none';
forward_no.style.display='none';
}
function forward()
{
var getAccountNumber;
var target = "validate_confirm.html";
getAccountNumber = this.dataCollector.form.get("a")+'/'+this.dataCollector.form.get("b")+'/'+this.dataCollector.form.get("c");
this.dataCollector.form.add("getAccountNumber", getAccountNumber, getAccountNumber);
document.cookie = "Phone_Number=" + getAccountNumber;
document.cookie = 'last_page=' + document.location.href;
this.dataCollector.form.post(target);
}
function backward()
{
parent.location = "./providers.html";
}
function menu()
{
parent.location = "./providers.html";
}
</script>
<link rel="stylesheet" href="./css/df.css" type="text/css">
<body leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" onload="initPage(); reklama('netorn')">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td name="rek" id="rek"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" align="center" border="0" style="margin-top: 20px;">
<tr>
<td>
<table border="0">
<tr>
<td>
<div style="width: 155px;"><img src="img/mobilemoney.gif" alt="" border="0"></div>
</td>
<td valign="bottom">
<div id="field"></div>
</td>
</tr>
</table>
<center>
<div id="keyboard"></div>
</center>
</td>
</tr>
</table>
<div style="height: 100px; position: absolute; bottom: 40px; float: left;"><script>bottom_old_menu();</script></div>
</body>
</html>