var arrGood,arrServer,arrPrice; var unit='EUR'; 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.80'); arrPrice[1] = new Array(50,58,'4.80'); arrPrice[2] = new Array(51,57,'7.20'); arrPrice[3] = new Array(51,58,'7.20'); arrPrice[4] = new Array(52,57,'11.83'); arrPrice[5] = new Array(52,58,'11.83'); arrPrice[6] = new Array(53,57,'19.29'); arrPrice[7] = new Array(53,58,'19.29'); arrPrice[8] = new Array(304,57,'24.23'); arrPrice[9] = new Array(304,58,'24.23'); arrPrice[10] = new Array(305,57,'35.92'); arrPrice[11] = new Array(305,58,'35.92'); arrPrice[12] = new Array(306,57,'48.33'); arrPrice[13] = new Array(306,58,'48.33'); arrPrice[14] = new Array(308,57,'72.23'); arrPrice[15] = new Array(308,58,'72.23'); arrPrice[16] = new Array(309,57,'119.99'); arrPrice[17] = new Array(309,58,'119.99'); arrPrice[18] = new Array(310,57,'191.36'); arrPrice[19] = new Array(310,58,'191.36'); arrPrice[20] = new Array(311,57,'255.03'); arrPrice[21] = new Array(311,58,'255.03'); 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; } } }