
<!-- Hide script from older browsers
	function newWindow(file) {
		bookWindow = window.open(file, 'bookWin','toolbar=no,scrollbars=yes,location=no,directories=no,status=no,resizable,width=520,height=400')
		bookWindow.focus()
	}
	
	function DataWindow(file) {
		bookWindow = window.open(file, 'bookWin','toolbar=no,scrollbars=yes,location=no,directories=no,status=no,resizable,width=300,height=375')
		bookWindow.focus()
	}
	
// JUMP PAGE FOR DROP-DOWN MENU		
	function jumpPage(newLoc) {
			newPage = newLoc.options[newLoc.selectedIndex].value
				if (newPage != "") {
				window.location.href = newPage
			}
		}
// End hiding script from old browsers -->
