function load_browser(){showLoading();browser=new ProductBrowser($get('browserbar'),$get('productlist'));browser.addPageback($get('pageBackTop'));browser.addPageback($get('pageBackBottom'));browser.addPagenext($get('pageNextTop'));browser.addPagenext($get('pageNextBottom'));showLoading();CustomCards.Client.Data.GetCardCategories(function(b){for(var c=0;c<b.length;c++){var d=new BrowserPage(b[c].id,b[c].name,b[c].tabimage,b[c].tabimageup,false);d.cssclass="browsepage";d.orientation=b[c].orientation.toLowerCase();if(d.orientation=="dle"){d.columns=2}else{d.columns=3}browser.add(d)}if(location.search.length!==0){showLoading();CustomCards.Client.Util.GetSearchValue(location.search,'tab',function(a){if(a!==null){a=a.toLowerCase();for(var t=0;t<browser.tabs.length;t++){if(browser.tabs[t].orientation==a){browser.tabs[t].state=true;browser.render();hideLoading();return}}}if(browser.tabs.length!==0){browser.tabs[0].state=true}browser.render();hideLoading()},function(e){if(browser.tabs.length!==0){browser.tabs[0].state=true}browser.render();hideLoading()})}else{if(browser.tabs.length!==0){browser.tabs[0].state=true}browser.render()}hideLoading()},handleError);showLoading();CustomCards.Client.Data.GetCustomisationItems(function(a){customisationItems=a;renderCustomisations();hideLoading()},handleError);$('input[name="SelectWording"]').click(function(){var a=$(this).val();if(a=="Standard"){$('.popup_imgback').attr('src',browser.getSelectedTab().order.product.imageback)}else{$('.popup_imgback').attr('src','/productimages/inside/'+browser.getSelectedTab().order.product.orientation+'empty.gif')}if(a=="Standard"||a=="Blank"){$get('next1img').src='images/cart/addtocart.gif';$get('next1img').width='80'}else{$get('next1img').src='images/cart/next.gif';$get('next1img').width='43'}});$('#next1').click(function(){var a=parseInt($('#Quantity').val().trim(),10);if(isNaN(a)){alert('Invalid quantity');return}currentCustomisation.clear();var b=browser.getSelectedTab().order;b.clear();b.quantity=a;b.wording=$('input[name="SelectWording"]:checked').val();if(b.wording=="Custom"){$('#next2 img').attr('src','images/cart/printinblack.gif');hidePopup('page1');showPopup('page2')}else{b.customisation=null;b.addToCart()}});$('#next2').click(function(){var a=browser.getSelectedTab().order;if(currentCustomisation.empty()){currentCustomisation.customisation_id=customisationItems[0].id}currentCustomisation.customtext=$('#Personalisation').val();currentCustomisation.typeface=$('input[name="SelectTypeface"]:checked').val();a.customisation=currentCustomisation;a.addToCart()});$('#back2').click(function(){hidePopup('page2');showPopup('page1')});$('#back3').click(function(){hidePopup('moreoptions');showPopup('page2')});$('#next3').click(function(){if(currentCustomisation.logo===null){if(!confirm('You have not uploaded a logo -- this will therefore be left blank -- proceed?\n(Please make sure you click the "Upload" button!)')){return}}var a=customisationItems[parseInt($('input[name="SelectColour"]:checked').val(),10)];currentCustomisation.customisation_id=a.id;for(var t=1;t<4;t++){var b=$('#pms'+t);if(!b.hasClass('readonly')&&b.val().trim().length!==0){currentCustomisation.pmscolors.push(b.val().trim())}}$('#next2 img').attr('src','images/cart/addtocart.gif');hidePopup('moreoptions');showPopup('page2')});$('.popup_moreoptions').click(function(){hidePopup('page2');if(customisationItems!==null){showPopup('moreoptions')}});if(location.search.length!==0){showLoading();CustomCards.Client.Util.GetSearchValue(location.search,'result',function(f){if(f!==null){showLoading();CustomCards.Client.Secure.CompleteCreditCardOrder(location.search,function(d){renderCarts();if(d.success===true){showLoading();CustomCards.Client.Data.GetInvoice(d.packageid,function(a){var b=a.CustomerEmail;var c=a.ReceiptFile;showGeneralPopup('Thank you! Your order was processed successfully','A copy of your order transaction has been emailed to '+'you at	<strong>'+b+'</strong>. If you prefer, you may download '+'and print a copy of your receipt <a href="'+c+'" '+'target="_blank"> from here</a>.<br/><br/>If you need to '+'contact us in regard to your order, please call '+'Freephone 0800 999 895 in New Zealand, or for '+'international callers, telephone +649 419 5273.','browse.aspx');hideLoading()},handleError)}else{showGeneralPopup('Transaction Declined','Whoops! The transaction was declined!<br/><br/><strong>Reason: '+d.dpsresponse+'</strong><br/><br/>Please try again?')}hideLoading()},function(e){renderCarts();hideLoading();alert(e.get_message())})}else{renderCarts()}hideLoading()})}else{renderCarts()}hideLoading()}