$(document).ready(function(){var c=$(".practice");var a=$(".location");var b=$("[name=search_type]");$(".practice input, .location input, .location select").bind("focus",function(){$("#zahnarztsuche *").removeClass("inactive").removeAttr("tabindex");var d=$(this).closest("ul").closest("li");if(d.hasClass("practice")){a.find(":text, select, label").addClass("inactive").attr("tabindex","-1");b.attr("value","practice")}else{c.find(":text, select, label").not("#location").addClass("inactive").attr("tabindex","-1");b.attr("value","location")}});$("input, textarea").placeholder()});
