willow.fixPodiumNav();

willow.ready(function($) {
	var menuOptions = {
		direction:"down",
		showL3s:false,
		currentL1:pdGlobal.currentPages[0].id
	};
	
	willow.getMenu("122457|122460|122474|122526|122486|122525",function(data){
		$('#L1').menu(data.menu,menuOptions);
		
		if($(".sitemap").length > 0){
			$(".sitemap").sitemap(data);
			//uncomment this if you want to expand all by default$("#expand").click();
		}
	});
	if(pdGlobal.currentPages[pdGlobal.currentPageLevel-1].id === 104696){
		$("#oNav_parents").addClass("on");
	}
	if(pdGlobal.currentPages[pdGlobal.currentPageLevel-1].id === 104697){
		$("#oNav_alumni").addClass("on");
	}
	if(pdGlobal.currentPages[pdGlobal.currentPageLevel-1].id === 105282){
		$("#oNav_faculty").addClass("on");
	}
	
	$('#search').pdSearch({showButton:true, showButtonClass:'searchButton', showButtonText:''}); 
	$(".searchButton").css("margin","7px 0 0 0");
});	
