var glossaryWindow = ""function glossary(term) {	glossaryUrl = "../glossary/" + term + ".html"	//glossaryWindow = newWindow(glossaryUrl)	var x = "window.open(glossaryUrl,\"\",\"toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=300,height=300\")"eval(x)//}}function question() {z =  document.forms[0].questions.valuevar params = new Array()if(z != "") {	var params = z.split(" ")	if(parent.selftest == false)		params[0] = "noquestion.html"			x = params[0]	w = 600	h = 400	if (params.length >= 2)		h = params[1]	if (params.length == 3)		w = params[2]					x= "\"" + x + "\""	document.write("<iframe name = 'qframe' src = " + x + " height = \"" + h + "\" width = \"" + w + "\"  scrolling='no' noresize frameborder=0 align='center'></iframe>")	}	}function hideWaitLabel() {if(navigator.appName.indexOf("Explorer") != -1) {	document.all.waitLabel.style.visibility="hidden"}else {	document.waitLabel.visibility="hidden"}}function newWindow(url) {var w = window.open(url,"","toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=500")}function newWindow2(url,w) {var x = "window.open(url,\"\",\"toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=" + w + ",height=500\")"eval(x)}function loaded () {if (parent.ready) {setNav(document.forms[0].chapter.value,document.forms[0].section.value)}}function questions(url, w, h) {var x = "window.open(url,\"\",\"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w + ",height=" + h +"\")"eval(x)}function setNav(chapter,theSection) {//alert(parent.frames[0].document.readyState + " " + navigator.appName)//if (navigator.appName == "Microsoft Internet Explorer"){ //ie = true}//else {ie = false}//if ( (!ie) || (parent.frames[0].document.readyState == "complete")) {if(parent.ready) {var chapterIndex = 0;var sectionIndex = 0;	for (i=0;i<parent.frames[0].chapterNames.length;i++) {		if(chapter == parent.frames[0].chapterNames[i]) {			chapterIndex = i;			break;		}			}		//if(parent.frames[0].window.document.forms[0].chapter.selectedIndex != chapterIndex){			parent.frames[0].upDateSections(chapterIndex,theSection)		parent.frames[0].upDateMode() 					//}			for (i=0;i<parent.frames[0].sectionNames[chapterIndex].length;i++) {		//for (i=0;i< 25;i++) {						if(theSection == parent.frames[0].sectionNames[chapterIndex][i]) {				sectionIndex = i;								break;			}				}					parent.frames[0].window.document.forms[0].chapter.selectedIndex=chapterIndex				parent.frames[0].window.document.forms[0].section.selectedIndex=sectionIndex				parent.frames[0].upDateMode()		theMode=document.forms[0].mode.value	if(theMode == "s")		parent.frames[0].document.forms[0].mode.selectedIndex = 0	else if (theMode == "c")		parent.frames[0].document.forms[0].mode.selectedIndex = 1	else if (theMode == "m") 		parent.frames[0].document.forms[0].mode.selectedIndex = 2				}	else  {				window.location = "../chapter0/" + parent.frames[0].homeUrl[0]+".html"		}	}function lastModified() {upDate = new Date(document.lastModified);yr = Math.max(upDate.getYear(),2000)document.writeln("<i>Last updated: " + (upDate.getMonth()+1) + "/" + upDate.getDate() + "/" + yr + "</i>")}
