var l=[],rtr=[];function p(d){var c=parseInt(d.parent().attr("id").replace(/^z(\d+)_.+$/g,"$1"));var a=d.parent().attr("id")+"box";if(l[c]==a){return false}$("div[id='"+l[c]+"']").hide();$("div[id='"+a+"']").show();l[c]=a;d.parent().parent().children("li").removeClass("sel");d.parent().addClass("sel")}$(function(){$("ul.zakl").each(function(j){var i=$(this).next(),a,b=0,k=$(this).children().length,e=location.hash.replace(/^#/,"");$(this).children().each(function(c){a="z"+j+"_"+c;$(this).attr("id",a);i.attr("id",a+"box");if($(this).attr("class").match("sel")){l[j]=a+"box"}b=Math.max(i.height(),b);i=i.next("div")});if(k>1){i=$(this).next();while(k>0){i.height(b);i=i.next("div");k--}}var g=$(this).find("a[href$=#"+e+"]");if(e!=""&&a.length){p(g)}});$("ul.zakl > li > a").click(function(){p($(this));return $(this).attr("href").match(/^#/)==null||$(this).attr("href").replace(/^#/,"")!=""})});
