
	<!-- Hide script from old browsers

	function newWindow(winName,w,h) {
		var strWH = "width=" + w + ",height=" + h 
		newTempWindow = window.open(winName, "PopupWin", strWH)
		newTempWindow.focus()
	}

	// End hiding script from old browsers -->

