jQuery.noConflict();jQuery(document).ready(function(){a=0;var c=jQuery("#footer");var d=c.position();jQuery("#bgbottom").css({left:-20,top:d.top-150});var b=jQuery("#copyright ").height();jQuery("#footer").css({height:b});jQuery("#footer .bg").css({height:b});jQuery.ajax({type:"POST",dataType:"json",url:"ajax_handler.php",data:"module=get_navi",success:function(e){jQuery.each(e,function(f,g){if(g==0){jQuery("#"+f+" .infoBox").slideUp("slow",function(){var h=jQuery("#footer").position();jQuery("#bgbottom").css({left:-20,top:h.top-150})});jQuery("#"+f+" .infoDivBox").slideUp("slow",function(){var h=jQuery("#footer").position();jQuery("#bgbottom").css({left:-20,top:h.top-150})})}})}});jQuery(".infoDivBoxHeading").css("cursor","pointer");jQuery(".infoDivBoxHeading").click(function(){jQuery(this).parent().find("div.infoBox").slideToggle("slow",function(){var f=jQuery("#footer").position();jQuery("#bgbottom").css({left:-20,top:f.top-150})});jQuery(this).parent().find("div.infoDivBox").slideToggle("slow",function(){var f=jQuery("#footer").position();jQuery("#bgbottom").css({left:-20,top:f.top-150})});var e=jQuery(this).parent("div").attr("id");jQuery.ajax({type:"POST",url:"ajax_handler.php",data:"module=navi&box="+e,success:function(f){}})});jQuery("#bigsearch input.input").focus(function(){if(a==0){jQuery(this).addClass("active");jQuery(this).val("");a=1}});jQuery("#shoppingcartteaser #add").click(function(){if(jQuery(this).parent().find("select").val()==""){alert("Bitte wählen Sie Ihre Größe")}else{jQuery("form[name='cart_quantity2']").submit()}});jQuery("select[name='groesse']").change(function(){jQuery("#testlink").val(jQuery("select[name='groesse'] option:selected").val())});jQuery(".infobox").hide();jQuery(".infobutton").mouseenter(function(){idname=jQuery(this).attr("name");jQuery(".infobox#"+idname).show();var e=jQuery(this).offset().top;var g=jQuery(this).offset().left;var f=jQuery(".infobox#"+idname).height();jQuery(".infobox#"+idname).offset({top:e-(f/2),left:g+20})}).mouseleave(function(){idname=jQuery(this).attr("name");jQuery(".infobox#"+idname).hide()})});
