document.write("<style>.sitetph { visibility:hidden; height:0; }</style>");
document.write("<style>#schoolLogo { visibility:hidden; }</style>");

var	MenuArray = new Array(
		{pageid: 100002, hoffset:5, animate:"true"},
		{pageid: 100021, hoffset:0, animate:"true"},
		{pageid: 100049, hoffset:0, animate:"true"},
		{pageid: 100096, hoffset:0, animate:"true"},
		{pageid: 100107, hoffset:0, animate:"true"},
		{pageid: 100130, hoffset:0, animate:"true"},
		{pageid: 100152, hoffset:0, animate:"true"},
		{pageid: 100173, hoffset:-66, animate:"true"}
	);

$(document).ready(function(){
	if($(".sitetph").html().length>0){
		$(".sitetph").css("height",$(".sitetph img").height()).css("visibility","visible");
		$("#schoolLogo").css("visibility","visible");
	} else {
		$(".sitetph").css("display","none");
		$("#schoolLogo").css("background-image","url(/ftpimages/116/podium/style483/images/noTaskPhoto.png)").css("height","57px").css("visibility","visible");
	}
	
	$(window).load(function(){
		initMenu("nav","down",MenuArray,pdGlobal.currentPages[0].id);
	});
});

willow.ready(function($) {
	willow.setSearch($('#search'));
});	