// JavaScript Document
<!-- SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> -->
	<!-- Hide script from old browsers

		function openTOC() {
			leftPos = 0;
			//if (screen) {
				//leftPos = screen.width-225
			//}
			newWindow = window.open("toc.htm", "TOC", "width=240,height=400,left="+leftPos+",top=0, scrollbars")
		}

		function updateParent(newURL) {
			opener.location.href=newURL;
		}
		
		<!-- Use tocLayer instead of seperate TOC window -->
		function toggleMenu(currMenu) {
			if (document.getElementById) {
				thisMenu = document.getElementById(currMenu).style
				if (thisMenu.display == "block") {
					thisMenu.display = "none"
				}
				else {
					thisMenu.display = "block"
				}
				return false
			}
			else {
				return true
			}
		}

		function toggleLayer(currMenu) {
			if (document.getElementById) {
				thisMenu = document.getElementById(currMenu).style
					thisMenu.visibility = "visible"
				if (thisMenu.display == "block") {
					thisMenu.display = "none"
				}
				else {
					thisMenu.zIndex = 9;
					thisMenu.display = "block"
				}
				return false
			}
			else {
				return true
			}
		}
		<!-- End: Use tocLayer instead of seperate TOC window -->


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}


// End hiding script -->
<!-- </SCRIPT> -->


