var MenuArray = new Array(
	{pageid:116740,hoffset:-2,voffset:0,animate:"true"},
	{pageid:116750,hoffset:-2,voffset:0,animate:"true"},
	{pageid:116758,hoffset:-2,voffset:0,animate:"true"},
	{pageid:116763,hoffset:-2,voffset:0,animate:"true"},
	{pageid:116764,hoffset:-2,voffset:0,animate:"true"},
	{pageid:116772,hoffset:-52,voffset:0,animate:"true"}
);
//NOTE: jquery.pos.1b.js is modified to work with the positioned banner and centering of the site - see while loop inside getLeft: function()

$(document).ready(
	function(){
		$(window).load(
			function(){
				initMenu("nav","down",MenuArray,0);
				$('#quicklinks').createQuicklinks({id:11563,schoolid:421,direction:"down"});
			}
		);
	}
);