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[20]={"500":{"1800":"8350","1900":"8610","2000":"8891","2100":"9152","2200":"9412","2300":"9749"},"550":{"1800":"8652","1900":"8924","2000":"9111","2100":"9377","2200":"9643","2300":"10092"},"600":{"1800":"8859","1900":"9136","2000":"9434","2100":"9711","2200":"9987","2300":"10447"},"650":{"1800":"9162","1900":"9449","2000":"9757","2100":"10045","2200":"10332","2300":"10803"},"700":{"1800":"9462","1900":"9761","2000":"10081","2100":"10379","2200":"10677","2300":"11157"},"750":{"1800":"9767","1900":"10076","2000":"10406","2100":"10715","2200":"11024","2300":"11516"},"800":{"1800":"10068","1900":"10388","2000":"10729","2100":"11049","2200":"11368","2300":"11757"},"850":{"1800":"10370","1900":"10700","2000":"11052","2100":"11270","2200":"11595","2300":"12102"},"900":{"1800":"10822","1900":"11162","2000":"11410","2100":"11744","2200":"12080","2300":"12598"}}; paket1[19]={"1400":{"600":"7743","700":"8265","800":"8815","900":"9568","1000":"10165","1100":"10744","1200":"11118","1300":"11719","1400":"12169","1500":"12770","1600":"13383","1700":"13932","1800":"14557","1900":"15107","2000":"15680"},"1500":{"600":"8012","700":"8521","800":"9123","900":"9901","1000":"10523","1100":"11125","1200":"11404","1300":"12017","1400":"12590","1500":"13213","1600":"13847","1700":"14418","1800":"15064","1900":"15635","2000":"16229"},"1600":{"600":"8211","700":"8807","800":"9434","900":"10237","1000":"10882","1100":"11289","1200":"11783","1300":"12418","1400":"13012","1500":"13657","1600":"14312","1700":"14904","1800":"15573","1900":"16165","2000":"16559"},"1700":{"600":"8474","700":"9092","800":"9744","900":"10570","1000":"11029","1100":"11546","1200":"12161","1300":"12818","1400":"13434","1500":"14100","1600":"14775","1700":"15390","1800":"16080","1900":"16359","2000":"16978"},"1800":{"600":"8706","700":"9380","800":"10055","900":"10905","1000":"11269","1100":"11905","1200":"12542","1300":"13221","1400":"13858","1500":"14544","1600":"15243","1700":"15879","1800":"16250","1900":"16866","2000":"17504"},"1900":{"600":"8967","700":"9666","800":"10365","900":"11025","1000":"11605","1100":"12262","1200":"12920","1300":"13621","1400":"14278","1500":"14987","1600":"15707","1700":"16025","1800":"16736","1900":"17370","2000":"18028"},"2000":{"600":"9229","700":"9951","800":"10674","900":"11243","1000":"11940","1100":"12619","1200":"13299","1300":"14020","1400":"14700","1500":"15430","1600":"15834","1700":"16489","1800":"17220","1900":"17875","2000":"18445"},"2100":{"600":"9491","700":"10236","800":"10775","900":"11556","1000":"12276","1100":"12977","1200":"13677","1300":"14419","1400":"15122","1500":"15540","1600":"16278","1700":"16953","1800":"17704","1900":"18271","2000":"18964"},"2200":{"600":"9752","700":"10522","800":"11073","900":"11870","1000":"12612","1100":"13333","1200":"14056","1300":"14820","1400":"15433","1500":"15964","1600":"16723","1700":"17418","1800":"18081","1900":"18770","2000":"19482"},"2300":{"600":"10164","700":"10959","800":"11417","900":"12336","1000":"13098","1100":"13841","1200":"14585","1300":"15371","1400":"15773","1500":"16540","1600":"17318","1700":"17928","1800":"18712","1900":"19421","2000":"20150"},"2400":{"600":"10426","700":"11036","800":"11709","900":"12650","1000":"13434","1100":"14197","1200":"14964","1300":"15439","1400":"16176","1500":"16965","1600":"17658","1700":"18387","1800":"19191","1900":"19919","2000":"20670"},"2500":{"600":"10688","700":"11313","800":"12002","900":"12963","1000":"13769","1100":"14555","1200":"15343","1300":"15822","1400":"16580","1500":"17354","1600":"18098","1700":"18847","1800":"19669","1900":"20417","2000":"21188"},"2600":{"600":"10949","700":"11588","800":"12295","900":"13277","1000":"14105","1100":"14912","1200":"15388","1300":"16208","1400":"16984","1500":"17706","1600":"18537","1700":"19305","1800":"20148","1900":"20916","2000":"21706"},"2700":{"600":"11210","700":"11757","800":"12587","900":"13592","1000":"14441","1100":"15268","1200":"15753","1300":"16591","1400":"17320","1500":"18127","1600":"18976","1700":"19763","1800":"20627","1900":"21415","2000":"22225"}}; paket1[18]={"900":{"600":"5490","700":"5872","800":"6284","900":"6873","1000":"7269","1100":"7677","1200":"7982","1300":"8422","1400":"8821","1500":"9272","1600":"9733","1700":"10029","1800":"10495","1900":"10886","2000":"11299"},"1000":{"600":"5719","700":"6157","800":"6594","900":"7171","1000":"7622","1100":"7946","1200":"8369","1300":"8832","1400":"9255","1500":"9622","1600":"10098","1700":"10512","1800":"10999","1900":"11412","2000":"11736"},"1100":{"600":"5993","700":"6454","800":"6880","900":"7513","1000":"7881","1100":"8324","1200":"8768","1300":"9152","1400":"9588","1500":"10075","1600":"10572","1700":"11006","1800":"11405","1900":"11834","2000":"12283"},"1200":{"600":"6266","700":"6719","800":"7200","900":"7749","1000":"8236","1100":"8702","1200":"9063","1300":"9562","1400":"10019","1500":"10527","1600":"11045","1700":"11388","1800":"11911","1900":"12360","2000":"12830"},"1300":{"600":"6542","700":"7016","800":"7418","900":"8084","1000":"8592","1100":"8974","1200":"9453","1300":"9973","1400":"10452","1500":"10872","1600":"11404","1700":"11874","1800":"12418","1900":"12853","2000":"13227"},"1400":{"600":"6782","700":"7311","800":"7727","900":"8416","1000":"8842","1100":"9341","1200":"9841","1300":"10382","1400":"10772","1500":"11314","1600":"11867","1700":"12358","1800":"12774","1900":"13255","2000":"13757"},"1500":{"600":"7052","700":"7502","800":"8037","900":"8748","1000":"9186","1100":"9707","1200":"10229","1300":"10681","1400":"11194","1500":"11757","1600":"12296","1700":"12689","1800":"13264","1900":"13766","2000":"14253"},"1600":{"600":"7323","700":"7788","800":"8346","900":"8970","1000":"9531","1100":"10074","1200":"10616","1300":"11082","1400":"11615","1500":"12056","1600":"12640","1700":"13159","1800":"13755","1900":"14241","2000":"14781"},"1700":{"600":"7742","700":"8224","800":"8805","900":"9442","1000":"10025","1100":"10589","1200":"11037","1300":"11632","1400":"12151","1500":"12636","1600":"13238","1700":"13779","1800":"14359","1900":"14898","2000":"15458"},"1800":{"600":"7909","700":"8513","800":"9008","900":"9768","1000":"10372","1100":"10845","1200":"11419","1300":"12035","1400":"12456","1500":"13069","1600":"13657","1700":"14216","1800":"14849","1900":"15408","2000":"15987"},"1900":{"600":"8174","700":"8800","800":"9309","900":"10091","1000":"10717","1100":"11205","1200":"11800","1300":"12285","1400":"12867","1500":"13500","1600":"14107","1700":"14685","1800":"15337","1900":"15915","2000":"16515"},"2000":{"600":"8437","700":"8983","800":"9611","900":"10414","1000":"10948","1100":"11564","1200":"12034","1300":"12677","1400":"13279","1500":"13895","1600":"14555","1700":"15153","1800":"15825","1900":"16423","2000":"17042"}}; paket1[17]={"500":{"500":"1493","600":"1695","700":"1857","800":"2051","900":"2246","1000":"2442","1100":"2637","1200":"2720","1300":"2905","1400":"3090","1500":"3274","1600":"3459","1700":"3644","1800":"3829","1900":"4013","2000":"4198"},"600":{"500":"1712","600":"1898","700":"2116","800":"2336","900":"2555","1000":"2660","1100":"2866","1200":"3072","1300":"3278","1400":"3485","1500":"3692","1600":"3898","1700":"4104","1800":"4195","1900":"4395","2000":"4595"},"700":{"500":"1892","600":"2134","700":"2377","800":"2514","900":"2742","1000":"2970","1100":"3197","1200":"3425","1300":"3653","1400":"3880","1500":"3995","1600":"4214","1700":"4433","1800":"4618","1900":"4836","2000":"5054"},"800":{"500":"2105","600":"2373","700":"2533","800":"2783","900":"3032","1000":"3281","1100":"3531","1200":"3780","1300":"3915","1400":"4155","1500":"4394","1600":"4598","1700":"4836","1800":"5073","1900":"5311","2000":"5547"},"900":{"500":"2318","600":"2609","700":"2779","800":"3050","900":"3320","1000":"3590","1100":"3861","1200":"4013","1300":"4273","1400":"4496","1500":"4754","1600":"5011","1700":"5268","1800":"5525","1900":"5781","2000":"6039"},"1000":{"500":"2530","600":"2732","700":"3024","800":"3316","900":"3608","1000":"3791","1100":"4071","1200":"4351","1300":"4593","1400":"4870","1500":"5147","1600":"5424","1700":"5701","1800":"5977","1900":"6254","2000":"6531"},"1100":{"500":"2743","600":"2956","700":"3269","800":"3582","900":"3896","1000":"4088","1100":"4388","1200":"4650","1300":"4946","1400":"5243","1500":"5540","1600":"5836","1700":"6132","1800":"6429","1900":"6726","2000":"7023"},"1200":{"500":"2845","600":"3179","700":"3514","800":"3849","900":"4065","1000":"4385","1100":"4667","1200":"4984","1300":"5300","1400":"5617","1500":"5933","1600":"6249","1700":"6565","1800":"6881","1900":"7198","2000":"7514"},"1300":{"500":"3048","600":"3405","700":"3761","800":"4004","900":"4344","1000":"4647","1100":"4983","1200":"5319","1300":"5656","1400":"5992","1500":"6328","1600":"6664","1700":"7000","1800":"7336","1900":"7672","2000":"8008"},"1400":{"500":"3251","600":"3629","700":"4007","800":"4262","900":"4586","1000":"4942","1100":"5298","1200":"5654","1300":"6009","1400":"6365","1500":"6720","1600":"7076","1700":"7432","1800":"7788","1900":"8143","2000":"9973"},"1500":{"500":"3453","600":"3852","700":"4138","800":"4518","900":"4861","1000":"5236","1100":"5612","1200":"5988","1300":"6363","1400":"6738","1500":"7114","1600":"7489","1700":"7865","1800":"8240","1900":"10120","2000":"10579"},"1600":{"500":"3655","600":"4076","700":"4375","800":"4740","900":"5135","1000":"5530","1100":"5926","1200":"6320","1300":"6716","1400":"7111","1500":"7506","1600":"7902","1700":"8296","1800":"10214","1900":"10699","2000":"11185"},"1700":{"500":"3858","600":"4300","700":"4612","800":"4995","900":"5410","1000":"5825","1100":"6239","1200":"6654","1300":"7070","1400":"7485","1500":"7900","1600":"8314","1700":"10258","1800":"10769","1900":"11280","2000":"11790"},"1800":{"500":"4062","600":"4411","700":"4817","800":"5252","900":"5686","1000":"6120","1100":"6555","1200":"6990","1300":"7425","1400":"7860","1500":"8294","1600":"10252","1700":"10789","1800":"11325","1900":"11862","2000":"12398"},"1900":{"500":"4264","600":"4628","700":"5052","800":"5507","900":"5960","1000":"6415","1100":"6870","1200":"7324","1300":"7779","1400":"8233","1500":"10192","1600":"10754","1700":"11317","1800":"11879","1900":"12441","2000":"13003"},"2000":{"500":"4466","600":"4845","700":"5287","800":"5760","900":"6235","1000":"6709","1100":"7183","1200":"7658","1300":"8132","1400":"10081","1500":"10669","1600":"11257","1700":"11845","1800":"12433","1900":"13021","2000":"13609"}};