// JavaScript Document

/* To use this file, add this line to the html page, in the <head> section,
	before any function scripts.
<script type='text/javascript' src="javascript/jsHeadMenuVars.js"></script>
*/

/* The variables in this file are used in the display of horizontal sub-menus. 
	
	This file is included via the page templates. It is a separate js file so that
	the code can be changed without the template having to be changed.
*/

// This array has the names of sub-menu divs. It is used by the 
// closeDivs(arrayNames, arrayLen) 
// function to hide all pull-down menus.
var divHomePgMenuArray = new Array ("aboutSub", "schoolInfoSub", "counselingInfoSub", 
										"academicsSub");
var divHomePgMenuArrayLen = divHomePgMenuArray.length;
