// Google Analytics
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21805291-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
// End Google Analytics




function newWin(site) {
	portWindow = window.open(site,'OpenWindow',
	"width=645,height=485,scrollbars=no,top=100,left=200");
}

function newWin2(site) {
	portWindow = window.open(site,'OpenWindow',
	"width=365,height=505,scrollbars=no,top=100,left=200");
}

function newWin3(site) {
	portWindow = window.open(site,'OpenWindow',
	"width=330,height=250,scrollbars=no,top=100,left=200");
}


function newWin4(site) {
	portWindow = window.open(site,'OpenWindow',
	"width=505,height=365,scrollbars=no,top=100,left=200");
}



// Function that displays sublinks in the navigation.

function dropMenu(menuName) {

var dropSwitch = 1;

if (menuName.style.display == '') {
	dropSwitch = 0
}

aboutSchool.style.display = 'none';
academics.style.display = 'none';
alumni.style.display = 'none';
archives.style.display = 'none';
athletics.style.display = 'none';
clubs.style.display = 'none';
hightschool.style.display = 'none';
news.style.display = 'none';
resources.style.display = 'none';
staff.style.display = 'none';
studentserv.style.display = 'none';
vocShops.style.display = 'none';


if (dropSwitch == 1) {
	menuName.style.display = '';
}

else {
	menuName.style.display = 'none';
	}
}


var currentTime = new Date()
var month = currentTime.getMonth() 
var today = currentTime.getDate()
var year = currentTime.getFullYear()

<!--
var months = new Array(
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December");
-->





