

<!-- 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=600,height=600')

		bookWindow.focus()

	}

	

	function DataWindow(file) {

		bookWindow = window.open(file, 'bookWin','toolbar=no,scrollbars=yes,location=no,directories=no,status=no,resizable,width=600,height=600')

		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 -->

