<HTML><HEAD><TITLE>Untitled</TITLE>
<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">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY bottomMargin=0 leftMargin=0 topMargin=0 rightMargin=0>
<STYLE>
.t_b {
FONT-SIZE: 20px; COLOR: #368dc4; FONT-FAMILY: arial
}
.t_w {
FONT-SIZE: 20px; COLOR: white; FONT-FAMILY: arial
}
.inp {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 45px; BORDER-LEFT: 0px;
COLOR: #a61d00; BORDER-BOTTOM: 0px; FONT-FAMILY: arial; BACKGROUND-COLOR: #f0f0f0; TEXT-ALIGN:
center; text-valign: middle
}
.cname {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 20px; BORDER-LEFT: 0px;
COLOR: white; BORDER-BOTTOM: 0px; FONT-FAMILY: arial; BACKGROUND-COLOR: #368dc4; TEXT-ALIGN:
center; text-valign: middle
}
.t1 {
FONT-SIZE: 20px; COLOR: #a61d00; FONT-FAMILY: arial
}
</STYLE>
<SCRIPT src="phones.js"></SCRIPT>
<SCRIPT src="prv_ico.js"></SCRIPT>
<SCRIPT>
window.onload = start;
var x = '';
var idPrv = '';
var pause = 2;
var prvSet = '';
var warnSet = '';
var type_provider = '';
function start() {
press('c');
Set_C();
if (document.all)
setInterval("doBlink()",500);
}
function doBlink() {
var blink = document.all.tags("BLINK")
var blinklen = blink.length;
for (var i=0; i<blinklen; i++)
{
if(idPrv == '')
{
if(blink[i].style.visibility == "" & pause > 0 )
{
pause--;
}
else
{
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "";
pause =2;
}
}
else
{
blink[i].style.visibility = "";
}
}
}
function Set_C() {
var tmp = document.cookie;
var tmp2 = tmp.split("; ");
var tmp2 = tmp.split("; ");
for (var i = 0; i < tmp2.length; i++)
{
var j = tmp2[i].split("=");
if(j[0]=="prv_id"){type_provider=j[1];}
}
if(prvImg[type_provider]){document.images["picprov"].src = prvImg[type_provider];}
// if(type_provider=='megafon'){document.images["picprov"].src = "img/megafone.jpg";}
// else if(type_provider=='mts'){document.images["picprov"].src = "img/mtc.jpg";}
// else if(type_provider=='beeline'){document.images["picprov"].src =" img/beeline.jpg";}
document.cookie="Phone_Number=''";
document.cookie="Sum=''";
return true;
}
function press(digit) {
if (digit == 'c') {x='';}
else if (digit == 'bs') {x = x.substring(0,x.length-1);}
else {
if(x.length == 1)
{
x = x + digit;
if(x.charAt(0) == '7') x = x.slice(1);
else if(x.charAt(0) == '8')
{
if(digit == '9'){x = x.slice(1);}
}
}
else if(x.length < 10) {x = x + digit; }
}
ff.code.value = ''; ff.phone.value = ''; ff.phone_wd.value = '';
ocode = ''; ophone = ''; phone_wd = '';
if (x.length < 7) {
ocode = x.substring(0,3);
ophone = x.substring(3,6);
}
if ((x.length > 6) & (x.length < 9)) {
ocode = x.substring(0,3);
ophone += x.substring(3,6) + '-' + x.substring(6,8);
phone_wd = x.substring(3,10);
}
if (x.length > 8) {
ocode = x.substring(0,3);
ophone += x.substring(3,6) + '-' + x.substring(6,8) + '-' + x.substring(8,10);
phone_wd = x.substring(3,10);
}
ff.code.value = ocode;
ff.phone.value = ophone;
ff.getAccountNumber.value = x;
ff.phone_wd.value = phone_wd;
//
if (x.length < 4) {
document.code_i.src='img/set_1.gif';
document.phone_i.src='img/set_0.gif';
}
else {document.code_i.src='img/set_0.gif'; document.phone_i.src='img/set_1.gif';}
if (x.length > 9) {document.code_i.src='img/set_0.gif';
document.phone_i.src='img/set_0.gif';}
if (x.length == 10) {
var onenum = x.substring (0,1);
var error = '';
if (!(onenum == "6")) error='';
else error += "<img border=\"0\" src=\"./img/alert_24.gif\">";
if(error.lenght != 0) document.getElementById('ERROR_MSG').innerHTML = error;
else document.getElementById('ERROR_MSG').innerHTML = "";
}
if (x.length > 9) {
prvSet = 1;
test();
if(idPrv != '')
{
document.next.src='img/continiue_an.gif';
if(prvImg[idPrv]){document.images["picprov"].src = prvImg[idPrv];}
else{document.images["picprov"].src = "img/allphone.jpg";}
document.getElementById("inf").innerHTML = ' :';
document.getElementById("gen").innerHTML = ' ';
}
else
{
document.next.src='img/continiue.gif';
document.getElementById("inf").innerHTML = ' ';
document.getElementById("prv").innerHTML = ' !';
document.getElementById("region").innerHTML = ' !';
document.getElementById("gen").innerHTML = ' , ""';
document.images["picprov"].src = "img/allphone.jpg";
}
}
else
{
if(prvSet != '')
{
document.next.src='img/cont_den.gif';
document.getElementById("inf").innerHTML = ' ';
document.getElementById("prv").innerHTML = ' ';
document.getElementById("region").innerHTML = ' ';
document.getElementById("gen").innerHTML = ' ';
idPrv = '';
prvSet = '';
document.images["picprov"].src = "img/allphone.jpg"
}
else
{
if(warnSet){warnSet = ''; document.getElementById("prv").innerHTML = ' ';}
}
}
}
function NewcontiniueClick(){
if(x.length > 9)
{
document.cookie = "Phone_Number="+"("+ff.code.value+")"+ff.phone.value;
if(idPrv == ''){
ff.prv_id.value = '';
ff.action = 'sotovaya_all.html';
}
else
{
if(idPrv == 43) ff.komissiya.value = 30;
else if(idPrv == 84)
{
if(document.getElementById("region").innerHTML == ' '){ff.komissiya.value = 60;}
else{ ff.komissiya.value = 10;}
}
else if(idPrv == 36) ff.komissiya.value = 50;
}
ff.submit();
}
else
{
document.getElementById("prv").innerHTML = ' !';
warnSet = 1;
}
}
function Set(num)
{
var nn = 0;
document.cookie="alert_message="+num;
}
function setalert(){
var onenum = x.substring (0,1);
if (onenum == "6") Set("24");
else Set("0");
}
</SCRIPT>
<BGSOUND SRC="sound/enter_nomer.wav" LOOP="1">
<BGSOUND src="">
<TABLE height="97%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD vAlign=top><BR><IMG height=76 width=637 border=0 alt="" src="img/mobileprov.gif"><BR><BR><IMG height=34 alt=""
src="img/enter_numberlong.gif" width=550 border=0>
<FORM name=ff action=validate_confirm.html method=post>
<TABLE cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
</TD>
<TD>
<TABLE cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD colSpan=8 height=25></TD></TR>
<TR class=t_b>
<TD></TD>
<TD colSpan=3> </TD>
<TD></TD>
<TD colSpan=2> </TD>
<TD></TD></TR>
<TR>
<TD colSpan=8 height=7></TD></TR>
<TR bgColor=#f0f0f0>
<TD width=1 bgColor=white><font style="font-size: 45px; font-family: arial; color:#990000; "><strong>8</strong> </font></td>
<TD width=20><IMG height=65 src="img/in_left.gif"
width=11><IMG height=65 src="img/in_c_left.gif"
width=9></TD><INPUT type=hidden value=enter_sum.html name=nextPage>
<INPUT type=hidden name=getAccountNumber>
<INPUT type=hidden name=prv_id>
<INPUT type=hidden name=prv_name>
<INPUT id=phone_wd type=hidden name=phone_wd>
<INPUT type=hidden name=komissiya value=1>
<TD width=100><INPUT class=inp id=code
style="FONT-SIZE: 40px; WIDTH: 100px; HEIGHT: 47px"
maxLength=3 name=code></TD>
<TD width=20><IMG height=65 src="img/in_c_right.gif"
width=9><IMG height=65 src="img/in_right.gif"
width=11></TD>
<TD width=8 bgColor=white></TD>
<TD width=11><IMG height=65 src="img/in_left.gif"
width=11></TD>
<TD width=260><INPUT class=inp id=phone
style="WIDTH: 260px; HEIGHT: 55px" maxLength=9
name=phone></TD>
<TD width=11><IMG height=65 src="img/in_right.gif"
width=11></TD></TR>
<TR>
<TD colSpan=8 height=7></TD></TR>
<TR align=middle>
<TD height=2></TD>
<TD colSpan=3><IMG id=code_i height=12
src="img/set_1.gif" width=24 name=code_i></TD>
<TD></TD>
<TD colSpan=3><IMG id=phone_i height=12
src="img/set_0.gif" width=24
name=phone_i></TD></TR></TBODY></TABLE><BR><FONT
class=t1><STRONG>!
<8>,<BR> : () --<BR><BR>
<P id=inf></P>
<BLINK>
<P id=prv></P>
<P id=region></P>
<P id=gen></P>
<div id=ERROR_MSG></div>
</BLINK>
</STRONG></FONT></TD></TR></TBODY></TABLE></FORM><IMG
height=12 alt="" src="img/0.gif" width=1 border=0><BR>
<P id=ph style="COLOR: #ffffff"></P></TD>
<TD vAlign=top align=middle width=300><BR><IMG height=154 alt=""
src="img/allphone.jpg" width=219 border=0 name="picprov"> <BR>
<TABLE cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD><IMG onMouseOver="this.src='img/01_on.gif'"
onclick="press('1');"
onmouseout="this.src='img/01_off.gif'" height=112 alt=""
src="img/01_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/02_on.gif'"
onclick="press('2');"
onmouseout="this.src='img/02_off.gif'" height=112 alt=""
src="img/02_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/03_on.gif'"
onclick="press('3');"
onmouseout="this.src='img/03_off.gif'" height=112 alt=""
src="img/03_off.gif" width=100 border=0></TD></TR>
<TR>
<TD><IMG onMouseOver="this.src='img/04_on.gif'"
onclick="press('4');"
onmouseout="this.src='img/04_off.gif'" height=112 alt=""
src="img/04_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/05_on.gif'"
onclick="press('5');"
onmouseout="this.src='img/05_off.gif'" height=112 alt=""
src="img/05_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/06_on.gif'"
onclick="press('6');"
onmouseout="this.src='img/06_off.gif'" height=112 alt=""
src="img/06_off.gif" width=100 border=0></TD></TR>
<TR>
<TD><IMG onMouseOver="this.src='img/07_on.gif'"
onclick="press('7');"
onmouseout="this.src='img/07_off.gif'" height=112 alt=""
src="img/07_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/08_on.gif'"
onclick="press('8');"
onmouseout="this.src='img/08_off.gif'" height=112 alt=""
src="img/08_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/09_on.gif'"
onclick="press('9');"
onmouseout="this.src='img/09_off.gif'" height=112 alt=""
src="img/09_off.gif" width=100 border=0></TD></TR>
<TR>
<TD><IMG onMouseOver="this.src='img/c_on.gif'"
onclick="press('c');"
onmouseout="this.src='img/c_off.gif'" height=112 alt=""
src="img/c_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/00_on.gif'"
onclick="press('0');"
onmouseout="this.src='img/00_off.gif'" height=112 alt=""
src="img/00_off.gif" width=100 border=0></TD>
<TD><IMG onMouseOver="this.src='img/arr_on.gif'"
onclick="press('bs');"
onmouseout="this.src='img/arr_off.gif'" height=112 alt=""
src="img/arr_off.gif" width=100
border=0></TD></TR></TBODY></TABLE></TD>
<TD vAlign=bottom align=middle width=100>
</TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD>
<TABLE width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle><A
href="providers.html"><IMG height=130
alt="" src="img/back.gif" border=0></A> </TD>
<TD width="50%"> </TD>
<TD vAlign=top align=left width="25%"> <IMG id=next onclick='NewcontiniueClick(); setalert(); document.cookie="Phone_Number="+"("+ff.code.value+")"+ff.phone.value;' alt="" src="img/cont_den.gif" border=0
name=next><BR><BR></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD bgColor=#cb002d height=15> </TD></TR></TBODY></TABLE></BODY></HTML>