jQuery(function($){$('.menu-accordion').accordionMenu({mode:'slide'});$('a[href="#page"]').smoothScroller({duration:500});$('.spotlight').spotlight({fade:300});var matchHeight=function(selector,deepest){var deepest=deepest||".deepest";var elements=$(selector);var max=0;elements.each(function(){max=Math.max(max,$(this).outerHeight());});elements.each(function(){var box=$(this),ele=box.find(deepest+":first"),height=(ele.height()+(max-box.outerHeight()));ele.css("min-height",height+"px");});};var matchHeights=function(){matchHeight('#top > .horizontal');matchHeight('#bottom .bottom-1 > .horizontal');matchHeight('#maintop > .horizontal');matchHeight('#mainbottom > .horizontal');matchHeight('#contenttop > .horizontal');matchHeight('#contentbottom > .horizontal');$('#middle,#left,#right').matchHeight(20);$('#mainmiddle,#contentleft,#contentright').matchHeight(20);$('.wrapper-3').matchHeight($(window).height());};$('#top').matchWidth(".horizontal");$('#maintop').matchWidth(".horizontal");$('#contenttop').matchWidth(".horizontal");$('#mainbottom').matchWidth(".horizontal");$('#contenttop').matchWidth(".horizontal");$('#contentbottom').matchWidth(".horizontal");$('#menu').css("visibility","hidden");$(window).bind("load",function(){matchHeights();$('#menu').dropdownMenu({mode:'slide',dropdownSelector:'div.dropdown:first',fixWidth:true}).css("visibility","visible");})});
