

$(document).ready(function(){var a=Number($("div.order .discount .blue").text());var c="";var b={removeAttrs:""};$('textarea[name="order_desc"], textarea[name="address_desc"]').focus(function(){$(this).val("").addClass("focus")});$(".tab_content:not(.act)").hide();$(".tab").click(function(){$(".tab_content").hide();$(".tab").removeClass("act");$(this).addClass("act");$($(this).attr("href")).show();$("span.error").remove();msie6_reload();return false});$("#new_address").click(function(){$("input#new_addr").attr("checked","checked")}).focus(function(){$("input#new_addr").attr("checked","checked")});$(".menu_add.bonus").click(function(){if(Number($("div.order .discount .blue").text())>=10&&Number($("div.order .grand_total .right strong").text())>=0.5){bp=Number($("div.order .discount .blue").text());bp-=10;$("div.order .discount .blue").text(bp);dc=Number($("#order .discount .right strong").text());dc-=0.5;$(".discount .right strong").text(dc.toFixed(2));count_total()}return false});$(".menu_remove.bonus").click(function(){if(Number($("div.order .discount .blue").text())<a){bp=Number($("div.order .discount .blue").text());bp+=10;$("div.order .discount .blue").text(bp);dc=Number($("#order .discount .right strong").text());dc+=0.5;$(".discount .right strong").text(dc.toFixed(2));count_total()}return false});$("form.form").submit(function(){$('textarea[name="order_desc"]:not(.focus), textarea[name="address_desc"]:not(.focus)').val("");usedBonus=Number($("#order .discount .right strong").text());$(this).append('<textarea name="the_order" style="display:none">'+adminOrder+'</textarea><textarea name="the_order_user" style="display:none">'+userOrder+'</textarea><input type="hidden" name="bonus_earned" value="'+$(".bonus .right strong").text()+'" /><input type="hidden" name="bonus_used" value="'+usedBonus+'" />')});$(".past_order").hide();$("h3.past").css({cursor:"pointer"}).click(function(){$(this).toggleClass("act");$(this).next().animate({height:"toggle"},"fast");msie6_reload()});$('a[href="#reset_order"]').click(function(){reset_order($(this).attr("title"));msie6_reload()})});function start_timer(a){timer=setInterval(function(){update_timer()},1000);check_order_status(a)}function update_timer(){time=$("span.timer strong").text();if(time!=""){time=time.substr(time.indexOf(":")+1);time=Number(time);if(time>0){time--}else{$("#middle div.order .p").html("<strong>"+still_waiting_text+"</strong>");stop_timer()}if(time<10){time="0"+time.toString()}$("span.timer strong").text("00:"+time)}}function stop_timer(){clearInterval(timer)}function reset_order(a){if(confirm(a)){$.cookie("the_order","",{expires:-1,path:"/"});$.cookie("the_order_ids","",{expires:-1,path:"/"});$("#order").hide(200,function(){$("#order .poll div").remove();$(this).prev().hide(200);$("#middle .order,#middle h2").hide(300,function(){$("#middle .order,#middle h2").remove();setTimeout(function(){window.location.reload()},10)})})}};