function reprice(id) { var w=$('#width'+id).val(); var h=$('#height'+id).val(); var type=$('#type'+id).val(); var price=$('#type'+id).val()==1?paket2[id][w][h]:paket1[id][w][h]; var count=$('#count'+id).val(); price*=count; if ($('#answer'+id).val()==3) price+=price*0.2; else if ($('#answer'+id).val()==2) price+=price*0.15; if (count>5) price-=price*0.2; else if (count==5) price-=price*0.18; else if (count>=2 && count<=4) price-=price*0.15; else if (count==1) price-=price*0.12; $('#price'+id).html(Math.round(price)); } function setanswer(id,val) { $('#answer'+id).val(val); reprice(id); } function change(id,val) { $('#type'+id).val(val); reprice(id); } var paket1 = new Array(); var paket2 = new Array(); paket1[16]={"500":{"1800":"8308","1900":"8582","2000":"8879","2100":"9156","2200":"9430","2300":"9889"},"550":{"1800":"8579","1900":"8865","2000":"9172","2100":"9458","2200":"9746","2300":"10213"},"600":{"1800":"8861","1900":"9159","2000":"9479","2100":"9775","2200":"10072","2300":"10441"},"650":{"1800":"9148","1900":"9455","2000":"9784","2100":"9979","2200":"10279","2300":"10765"},"700":{"1800":"9431","1900":"9637","2000":"9969","2100":"10282","2200":"10594","2300":"11052"},"750":{"1800":"9600","1900":"9922","2000":"10267","2100":"10551","2200":"10872","2300":"11375"},"800":{"1800":"9874","1900":"10170","2000":"10522","2100":"10853","2200":"11182","2300":"11695"},"850":{"1800":"10112","1900":"10453","2000":"10812","2100":"11153","2200":"11493","2300":"12014"},"900":{"1800":"10531","1900":"10881","2000":"11252","2100":"11601","2200":"11951","2300":"12484"}}; paket1[15]={"1400":{"600":"12323","700":"13141","800":"13966","900":"15196","1000":"16056","1100":"16865","1200":"17676","1300":"18574","1400":"19385","1500":"20351","1600":"20901","1700":"21687","1800":"22937","1900":"23717","2000":"24573"},"1500":{"600":"12637","700":"13483","800":"14332","900":"15575","1000":"16462","1100":"17293","1200":"18127","1300":"19052","1400":"19884","1500":"20547","1600":"21414","1700":"22219","1800":"23491","1900":"24294","2000":"25169"},"1600":{"600":"12964","700":"13839","800":"14602","900":"15967","1000":"16882","1100":"17734","1200":"18591","1300":"19544","1400":"20066","1500":"21050","1600":"21942","1700":"22766","1800":"24058","1900":"24887","2000":"25781"},"1700":{"600":"13290","700":"14191","800":"14975","900":"16359","1000":"17298","1100":"18179","1200":"19055","1300":"19700","1400":"20552","1500":"21553","1600":"22466","1700":"23317","1800":"24625","1900":"25476","2000":"26395"},"1800":{"600":"13621","700":"14439","800":"15345","900":"16755","1000":"17717","1100":"18622","1200":"19196","1300":"20163","1400":"21036","1500":"22060","1600":"22993","1700":"23866","1800":"25196","1900":"26067","2000":"27008"},"1900":{"600":"13952","700":"14784","800":"15712","900":"17152","1000":"18134","1100":"18745","1200":"19640","1300":"20624","1400":"21517","1500":"22568","1600":"23519","1700":"24411","1800":"25769","1900":"26657","2000":"27279"},"2000":{"600":"14278","700":"15131","800":"16080","900":"17544","1000":"18553","1100":"19162","1200":"20078","1300":"21088","1400":"21999","1500":"23070","1600":"24047","1700":"24957","1800":"26336","1900":"26906","2000":"27865"},"2100":{"600":"14499","700":"15476","800":"16449","900":"17936","1000":"18649","1100":"19580","1200":"20516","1300":"21548","1400":"22481","1500":"23573","1600":"24573","1700":"25504","1800":"26558","1900":"27472","2000":"28452"},"2200":{"600":"14820","700":"15819","800":"16822","900":"18329","1000":"19044","1100":"20002","1200":"20956","1300":"22008","1400":"22968","1500":"24077","1600":"25097","1700":"25711","1800":"27105","1900":"28038","2000":"28973"},"2300":{"600":"15146","700":"16165","800":"17192","900":"18410","1000":"19442","1100":"20421","1200":"21401","1300":"22470","1400":"23451","1500":"24586","1600":"25284","1700":"26239","1800":"27656","1900":"28536","2000":"29521"},"2400":{"600":"15467","700":"16511","800":"17560","900":"18785","1000":"19838","1100":"20838","1200":"21840","1300":"22931","1400":"23932","1500":"24866","1600":"25790","1700":"26764","1800":"28133","1900":"29063","2000":"30100"},"2500":{"600":"16193","700":"17266","800":"18336","900":"19566","1000":"20646","1100":"21663","1200":"22685","1300":"23803","1400":"24822","1500":"25650","1600":"26708","1700":"27698","1800":"29047","1900":"30036","2000":"31088"},"2600":{"600":"16661","700":"17759","800":"18539","900":"20089","1000":"21191","1100":"22233","1200":"23273","1300":"24412","1400":"25116","1500":"26284","1600":"27362","1700":"28270","1800":"29736","1900":"30744","2000":"31820"},"2700":{"600":"16984","700":"18102","800":"18893","900":"20465","1000":"21586","1100":"22651","1200":"23714","1300":"24652","1400":"25582","1500":"26772","1600":"27797","1700":"28791","1800":"30278","1900":"31303","2000":"32401"}}; paket1[14]={"900":{"600":"8070","700":"8608","800":"9149","900":"10029","1000":"10534","1100":"11064","1200":"11593","1300":"12192","1400":"12724","1500":"13356","1600":"13947","1700":"14272","1800":"15056","1900":"15572","2000":"16134"},"1000":{"600":"8383","700":"8945","800":"9510","900":"10345","1000":"10935","1100":"11488","1200":"12044","1300":"12665","1400":"13219","1500":"13667","1600":"14265","1700":"14802","1800":"15609","1900":"16145","2000":"16727"},"1100":{"600":"8705","700":"9297","800":"9811","900":"10733","1000":"11350","1100":"11926","1200":"12504","1300":"12945","1400":"13503","1500":"14166","1600":"14788","1700":"15346","1800":"16173","1900":"16732","2000":"17334"},"1200":{"600":"9030","700":"9576","800":"10180","900":"11123","1000":"11763","1100":"12366","1200":"12754","1300":"13402","1400":"13984","1500":"14667","1600":"15310","1700":"15891","1800":"16738","1900":"17318","2000":"17945"},"1300":{"600":"9358","700":"9920","800":"10546","900":"11516","1000":"12179","1100":"12590","1200":"13193","1300":"13862","1400":"14464","1500":"15172","1600":"15834","1700":"16435","1800":"17307","1900":"17907","2000":"18324"},"1400":{"600":"9612","700":"10263","800":"10912","900":"11904","1000":"12383","1100":"13005","1200":"13628","1300":"14321","1400":"14944","1500":"15671","1600":"16358","1700":"16979","1800":"17645","1900":"18255","2000":"18907"},"1500":{"600":"9930","700":"10603","800":"11279","900":"12295","1000":"12775","1100":"13421","1200":"14064","1300":"14778","1400":"15424","1500":"16172","1600":"16878","1700":"17292","1800":"18188","1900":"18817","2000":"19422"},"1600":{"600":"10248","700":"10944","800":"11643","900":"12466","1000":"13168","1100":"13834","1200":"14502","1300":"15235","1400":"15902","1500":"16455","1600":"17165","1700":"17814","1800":"18733","1900":"19308","2000":"19998"},"1700":{"600":"10917","700":"11640","800":"12361","900":"13188","1000":"13915","1100":"14601","1200":"15289","1300":"16047","1400":"16733","1500":"17289","1600":"18022","1700":"18689","1800":"19554","1900":"20220","2000":"20928"},"1800":{"600":"11236","700":"11982","800":"12512","900":"13562","1000":"14309","1100":"15020","1200":"15727","1300":"16505","1400":"16981","1500":"17774","1600":"18457","1700":"19142","1800":"20094","1900":"20779","2000":"21509"},"1900":{"600":"11556","700":"12324","800":"12860","900":"13935","1000":"14703","1100":"15433","1200":"16165","1300":"16733","1400":"17443","1500":"18259","1600":"18955","1700":"19659","1800":"20634","1900":"21336","2000":"22085"},"2000":{"600":"11872","700":"12460","800":"13211","900":"14306","1000":"15098","1100":"15848","1200":"16378","1300":"17178","1400":"17906","1500":"18668","1600":"19455","1700":"20176","1800":"21170","1900":"21895","2000":"22662"}}; paket1[13]={"600":{"600":"4499","700":"4807","800":"5075","900":"5549","1000":"5869","1100":"6170","1200":"6468","1300":"6702","1400":"6993","1500":"7333","1600":"7686","1700":"7977","1800":"8339","1900":"8630","2000":"8943"},"650":{"600":"4663","700":"4945","800":"5257","900":"5747","1000":"6075","1100":"6389","1200":"6588","1300":"6931","1400":"7232","1500":"7586","1600":"7947","1700":"8249","1800":"8623","1900":"8924","2000":"9246"},"700":{"600":"4825","700":"5117","800":"5440","900":"5941","1000":"6284","1100":"6494","1200":"6807","1300":"7161","1400":"7471","1500":"7836","1600":"8209","1700":"8520","1800":"8905","1900":"9104","2000":"9429"},"750":{"600":"4953","700":"5289","800":"5627","900":"6137","1000":"6382","1100":"6705","1200":"7027","1300":"7391","1400":"7715","1500":"8087","1600":"8472","1700":"8684","1800":"9073","1900":"9387","2000":"9725"},"800":{"600":"5113","700":"5459","800":"5808","900":"6228","1000":"6578","1100":"6912","1200":"7246","1300":"7619","1400":"7953","1500":"8340","1600":"8619","1700":"8945","1800":"9345","1900":"9634","2000":"9979"},"850":{"600":"5270","700":"5632","800":"5990","900":"6414","1000":"6776","1100":"7119","1200":"7463","1300":"7850","1400":"8191","1500":"8476","1600":"8872","1700":"9206","1800":"9581","1900":"9914","2000":"10267"},"900":{"600":"5577","700":"5951","800":"6218","900":"6747","1000":"7121","1100":"7476","1200":"7829","1300":"8228","1400":"8470","1500":"8866","1600":"9272","1700":"9582","1800":"9998","1900":"10341","2000":"10706"},"950":{"600":"5738","700":"6120","800":"6393","900":"6934","1000":"7317","1100":"7682","1200":"8049","1300":"8344","1400":"8701","1500":"9108","1600":"9488","1700":"9840","1800":"10268","1900":"10619","2000":"10994"},"1000":{"600":"5896","700":"6293","800":"6568","900":"7120","1000":"7515","1100":"7890","1200":"8266","1300":"8568","1400":"8931","1500":"9314","1600":"9738","1700":"10099","1800":"10536","1900":"10899","2000":"11281"}};