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(8); arrGood[0] = new Array(48,'10M'); arrGood[1] = new Array(49,'20M'); arrGood[2] = new Array(50,'30M'); arrGood[3] = new Array(51,'50M'); arrGood[4] = new Array(52,'100M'); arrGood[5] = new Array(53,'200M'); arrGood[6] = new Array(304,'300M'); arrGood[7] = new Array(305,'500M'); arrServer = new Array(1); arrServer[0] = new Array(57,'INSANIA'); arrPrice= new Array(8); arrPrice[0] = new Array(48,57,'7.99'); arrPrice[1] = new Array(49,57,'15.96'); arrPrice[2] = new Array(50,57,'23.89'); arrPrice[3] = new Array(51,57,'39.79'); arrPrice[4] = new Array(52,57,'79.56'); arrPrice[5] = new Array(53,57,'159.09'); arrPrice[6] = new Array(304,57,'238.59'); arrPrice[7] = new Array(305,57,'379.59'); 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; } } }