// JavaScript Document
	function lastUpdate() {
		document.write("Page Last Updated: " + document.lastModified.slice(1,10));
	}
	function printPage() {
		this.print();
	}
	function openTopic(msgWindow) {
    screenShow = window.open(msgWindow, "slideshow", "resizeable=no, scrollbars=no, status=No, toolbar=No, menuBar=yes, location=No, width=800, height=500")
	}