$(document).bind("handlersMenuEvent",function(){function b(){var a=$(this).parent();for(t=a.prev("li");t.find("ul:visible").html()==null&&t.text()!="";)t=t.prev("li");t.find("ul").hide();for(t=a.next("li");t.find("ul:visible").html()==null&&t.text()!="";)t=t.next("li");t.find("ul").hide();a.children("ul:eq(0)").toggle();$(this).siblings("ul").children("li").children("a:visible").data("events")||$(this).siblings("ul").children("li").children("a:visible").click(b);if(!a.children("ul:eq(0)").length||
a.children("a:eq(0)").attr("href")&&a.children("a:eq(0)").attr("open"))window.location=a.children("a:eq(0)").attr("href");else $.hashdata.set("category",$(this).attr("id"));return false}if($.hashdata.get("category"))open_menu="#"+$.hashdata.get("category");else if(curr_category=="")open_menu=(open_menu=$('li[default="1"] a').attr("id"))?"#"+open_menu:"";else open_menu="#category_"+curr_category;jQuery(open_menu).attr("class","current").parents("ul").each(function(){jQuery(this).css("display","block")});
jQuery(open_menu).parent().children("ul:eq(0)").css("display","block");$("#menu_container ul li a:visible").click(b)});

