var arrGood,arrServer,arrPrice; var unit='USD'; var paypal,egold,google,checked; var ip='211.21.45.48' kfmail='goldicq@gmail.com'; skmail='goldicq@gmail.com'; announce='Cheaper and faster here, why not buy some to try our service?'; livechat=''; paypal=''; egold=''; google=''; checked=0; arrGood = new Array(11); arrGood[0] = new Array(50,'20M'); arrGood[1] = new Array(51,'30M'); arrGood[2] = new Array(52,'50M'); arrGood[3] = new Array(53,'80M'); arrGood[4] = new Array(304,'100M'); arrGood[5] = new Array(305,'150M'); arrGood[6] = new Array(306,'200M'); arrGood[7] = new Array(308,'300M'); arrGood[8] = new Array(309,'500M'); arrGood[9] = new Array(310,'800M'); arrGood[10] = new Array(311,'1000M'); arrServer = new Array(2); arrServer[0] = new Array(57,'Trieste'); arrServer[1] = new Array(58,'Abaddon'); arrPrice= new Array(22); arrPrice[0] = new Array(50,57,'4.92'); arrPrice[1] = new Array(50,58,'4.92'); arrPrice[2] = new Array(51,57,'7.45'); arrPrice[3] = new Array(51,58,'7.45'); arrPrice[4] = new Array(52,57,'12.26'); arrPrice[5] = new Array(52,58,'12.26'); arrPrice[6] = new Array(53,57,'19.85'); arrPrice[7] = new Array(53,58,'19.85'); arrPrice[8] = new Array(304,57,'24.75'); arrPrice[9] = new Array(304,58,'24.75'); arrPrice[10] = new Array(305,57,'36.85'); arrPrice[11] = new Array(305,58,'36.85'); arrPrice[12] = new Array(306,57,'49.81'); arrPrice[13] = new Array(306,58,'49.81'); arrPrice[14] = new Array(308,57,'74.78'); arrPrice[15] = new Array(308,58,'74.78'); arrPrice[16] = new Array(309,57,'124.68'); arrPrice[17] = new Array(309,58,'124.68'); arrPrice[18] = new Array(310,57,'199.70'); arrPrice[19] = new Array(310,58,'199.70'); arrPrice[20] = new Array(311,57,'267.38'); arrPrice[21] = new Array(311,58,'267.38'); function pp(){ var forms=document.forms; var i; for(i=0;i0) { for (var i=0; i0 && typeof(serverObj)=="object") { for(var i=serverObj.length;i>0;i--){ serverObj.remove(i-1); } for (var i=0; i0;i--){ goodObj.remove(i-1); } for (var i=0; i0 && typeof(GoodObj)=="object") { if (GoodObj.selectedIndex>-1) { goodId = GoodObj.options[GoodObj.selectedIndex].value; }else{ goodId = GoodObj.options[0].value; } for (var i=0; igoodId && arrPrice[i][1]>serverId) { break; } } if (price !=10000) { priceObj.value = price; disPriceObj.value = unit +" "+ price; }else{ priceObj.value = defaultPrice; disPriceObj.value = unit +" "+ defaultPrice; } } } function LoadPrice(goodName,serverObj,priceObj,disPriceObj){ var goodId; var serverId; var price,defaultPrice; defaultPrice =10000; price =10000; goodId = GetGoodId(goodName); if (goodId>0 && typeof(serverObj)=="object") { if (serverObj.selectedIndex>-1) { serverId = serverObj.options[serverObj.selectedIndex].value; }else{ serverId = serverObj.options[0].value; } defaultPrice =10000; price =10000; for (var i=0; igoodId && arrPrice[i][1]>serverId) { break; } } if (price !=10000) { priceObj.value = price; disPriceObj.value = unit +" "+ price; }else{ priceObj.value = defaultPrice; disPriceObj.value = unit +" "+ defaultPrice; } } }