$(function(){if($("input.do-show-hide").is(":checked")){$(".show-hide").hide()}$("input.do-show-hide").change(function(){if(this.checked){$(".show-hide").hide("slow")}else{$(".show-hide").show("slow")}});if(window.disableHide){$(".show").hide()}else{$(".hide").hide()}$(".tooltip").each(function(){$(this).after($("<span/>").attr("class","tooltip-text").html($(this).attr("title"))).attr("title","")}).hover(showTooltip,hideTooltip);$("input[name=postage]").change(function(){$.ajax({url:"/basket/summary?postage="+$("input[name=postage]:checked").val(),success:function(a){$("#checkout-summary").html(a)}});if($(this).hasClass("postage-normal")){$("#done-normal").show();$("#done-paypal").hide()}else{if($(this).hasClass("postage-paypal")){$("#done-paypal").show();$("#done-normal").hide()}}if(window.priceFree){$("#done-paypal").hide();$("#done-normal").show()}});if($("input[name=postage]:checked").hasClass("postage-normal")){$("#done-paypal").hide()}else{if($("input[name=postage]:checked").hasClass("postage-paypal")){$("#done-normal").hide()}}if(window.priceFree){$("#done-paypal").hide();$("#done-normal").show()}setTimeout(function(){$("#messages").slideUp("slow",function(){$(this).remove()})},2000)});var showTooltip=function(a){var b=$(this).next(".tooltip-text");if(b.attr("class")!="tooltip-text"){return false}b.fadeIn().css("top",a.pageY).css("left",a.pageX+10);return false};var hideTooltip=function(){var a=$(this).next(".tooltip-text");if(a.attr("class")!="tooltip-text"){return false}a.fadeOut();return false};var showLastImage=function(){$(".gallery:last").trigger("click")};var show=function(){$(".hide").each(function(){if($(this).is(":hidden")){$(this).show("slow")}else{$(this).hide("slow")}});$(".show").each(function(){if($(this).is(":hidden")){$(this).show("slow")}else{$(this).hide("slow")}})};
