$(function(){$("div.article-expander a, div.article-collapser a").live("click",function(){var c="expanded";if($("div.pagetype-webshop").hasClass(c)||$("#product-layer").hasClass(c)){$("div.pagetype-webshop").removeClass(c);$("#product-layer").removeClass(c)}else{$("div.pagetype-webshop").addClass(c);$("#product-layer").addClass(c)}return false});$("div.login div.step1 a.login_step").click(function(){$("div.eshop div.login div.step").hide();$("div.eshop div.login div.step2").show();return false});$("div.delivery input.deliverytype").livequery("click",function(){$("div.delivery div.delivery_options").removeClass("options_expanded");$("div.delivery div.deliveryrow").removeClass("active_row");var c=$(this).parents("div.deliveryrow:eq(0)");c.addClass("active_row").find("div.delivery_options").addClass("options_expanded");var g=c.find(":input").not(this).get(0);var f=c.find(":input").not(this).get(1);if(g){g.checked=true}if(f){f.focus()}else{try{this.blur();this.focus()}catch(d){}}});$("div.payment input.paymenttype").click(function(){$("div.payment div.payment_options").removeClass("options_expanded");$("div.payment div.paymentrow").removeClass("active_row");$(this).parents("div.paymentrow:eq(0)").addClass("active_row").find("div.payment_options").addClass("options_expanded")});$("div.banks").show();$("div.cards").show();$("div.payment select.bank_select").change(function(){$("div.payment div.banks div.bank").removeClass("bank_active").filter("."+$(this).find("option:selected").attr("class")).addClass("bank_active");this.blur();this.focus()});$("div.payment select.card_select").change(function(){var c=$(this).attr("value");$("div.payment div.cards div.card").removeClass("card_active").filter("."+c).addClass("card_active");$("div.payment a.cvvcode").hide().filter("."+c).show();this.blur();this.focus()});$("div.cart input.focus_input").click(function(){if(this.checked){var c=$(this).siblings("input[type=text]").get(0);setTimeout(function(){c.focus()},0)}});var a=$("div.user_message");if(a.size()>0&&a.val()==""&&$("div.address input.userinput_message:checked").size()==0){a.hide()}$("div.address input.userinput_message").click(function(){$("div.address div.user_message").toggle()});$("div.productlist div.prodpic img").click(function(){$(this).parents("div.product").find("h3 a").click()});$("a.ajax-link").livequery("click",function(){if(this.href){$.get(this.href)}return false});$("table.agreement td.product div.important_note h4").click(function(){$(this).next("p").toggleClass("closed")});if($("span.advicetype input").length>0){var b=$("span.advicetype input");b.change(function(){if($("span.advicetype input:first").is(":checked")){$("#validator-Address div.group div:eq(2)").addClass("exclude")}else{$("#validator-Address div.group div:eq(2)").removeClass("exclude")}})}if(isMsIe6){$("table.med-type02 tr").livequery(function(){$(this).hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")})})}});
