// JavaScript Documentfunction popWindow(sUrl){		var h = "650";		var w = "850";		windowprops = "height=" + h + "," + "width=" + w + "," +"scrollbars=yes,menubar=no,toolbar=no,resizable=yes,status=yes,location=no";		window.open(sUrl, "imgview", windowprops);}function popWindowQuote(sUrl){		var h = "700";		var w = "600";		windowprops = "height=" + h + "," + "width=" + w + "," +"scrollbars=yes,menubar=no,toolbar=no,resizable=yes,status=yes,location=no";		window.open(sUrl, "imgview", windowprops);}function popWindowFoot(sUrl){		var h = "300";		var w = "400";		windowprops = "height=" + h + "," + "width=" + w + "," +"scrollbars=yes,menubar=no,toolbar=no,resizable=yes,status=yes,location=no";		window.open(sUrl, "imgview", windowprops);}function popWindowAcronym(sUrl){		var h = "300";		var w = "600";		windowprops = "height=" + h + "," + "width=" + w + "," +"scrollbars=yes,menubar=no,toolbar=no,resizable=yes,status=yes,location=no";		window.open(sUrl, "imgview", windowprops);}function popper(oThis){	oThis.focus()}
