function paymentOption(c,a,b){this.id=c;this.payment_option=a;this.price=b}function paymentGroup(c,b,a){this.id=c;this.payment_group=b;this.options=a.split(",")}function updateItemValues(a,b){a.amount.value=paymentOptions[b].price;a.item_name.value=(paymentOptions[b].payment_option).replace(/&quot;/g,'"')}var paymentOptions=new Object();var paymentGroups=new Object();paymentGroups[6018]=new paymentGroup(6018,"Christmas Cards","");paymentGroups[5368]=new paymentGroup(5368,"DAY RATE - LOCATION","");paymentGroups[5370]=new paymentGroup(5370,"DAY RATE - STUDIO","");paymentGroups[5348]=new paymentGroup(5348,"LIMITED EDITION SIGNED CANVASES - A0","");paymentGroups[5349]=new paymentGroup(5349,"LIMITED EDITION SIGNED CANVASES - A1","");paymentGroups[5350]=new paymentGroup(5350,"LIMITED EDITION SIGNED CANVASES - A2","");paymentGroups[5351]=new paymentGroup(5351,"LIMITED EDITION SIGNED CANVASES - A3","");paymentGroups[5352]=new paymentGroup(5352,"LIMITED EDITION SIGNED CANVASES - A4","");paymentGroups[5347]=new paymentGroup(5347,"WEDDING","");paymentGroups[5353]=new paymentGroup(5353,"WEDDING & NIGHT RECEPTION","");function getPaymentOptions(a){var b="";if(paymentGroups[a].options[0]!=""){for(var c in paymentGroups[a].options){paymentOption=paymentOptions[paymentGroups[a].options[c]];b=b+'<option  value="'+paymentOption.id+'">'+paymentOption.payment_option+" - 				&pound;"+paymentOption.price+"</option>"}}return b};