$(document).ready(function(){setTimeout("positioningUnderInfoContainer();",100);$("table.projectOverviewTbl").tablesorter({cancelSelection:true,debug:false});$("table.projectOverviewTbl tbody").find("tr").hover(function(){$(this).addClass("hover");$(this).bind("click",function(){$(this).removeClass("hover");var b=$(this).find("a:first").attr("href");window.location=b})},function(){$(this).removeClass("hover");$(this).unbind("click")});initProjectOverviewHover();var a=$(".isAccordeaonHeadline");a.hover(function(){$(this).addClass("hover")},function(){var b=$(this).next(".isAccordeaonContent:first");if(b.css("display")=="none"){$(this).removeClass("hover")}});a.click(function(){var b=$(this).next(".isAccordeaonContent:first");if(b.css("display")=="none"){b.slideDown(1500,"easeOutQuint");$(this).addClass("hover")}else{b.slideUp(1500,"easeOutQuint");$(this).removeClass("hover")}});$(".facebox").hover(function(){$(this).find(".hoverinfo").removeClass("hide")},function(){$(this).find(".hoverinfo").addClass("hide")})});function initProjectOverviewHover(){$(".projectbox").hover(function(){$(this).addClass("hover");$(this).bind("click",function(){$(this).removeClass("hover");var a=$(this).find("a:first").attr("href");window.location=a})},function(){$(this).removeClass("hover");$(this).unbind("click")})};
