<!--
/* Menu system script 3 of 3 Determines the left edge of the display area and assigns the vlaue to the variable leftEdge then calls the menu contenet file hierArrays and the menu object definition file hiermenus DO NOT CHANGE */    	
    if (isMenu) {
    var leftEdge = (NS4) ? window.innerWidth/2-380 : document.body.clientWidth/2-380;
	document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierArrays.js'><\/SCRIPT>");
	document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierMenus.js'><\/SCRIPT>");
    	}
// -->