<!-- Hide Script from Old Browsers
  function newWindow(helpHTML) {
  helpWindow = window.open(helpHTML,'helpWin','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=350,height=400')
  helpWindow.focus()
  }
  // End hiding script from older browsers -->
  
  function newWindowDES(helpHTML) {
  helpWindow = window.open(helpHTML,'helpWin','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=640,height=300')
  helpWindow.focus()
  }
  // End hiding script from older browsers -->
  
    function newWindowBOOK(helpHTML) {
  helpWindow = window.open(helpHTML,'helpWin','toolbar=yes,location=no,scrollbars=yes,resizable=yes,width=720,height=500')
  helpWindow.focus()
  }
  // End hiding script from older browsers -->
  
  <!-- Hide Script from Old Browsers
  function newWindowBig(helpHTML) {
  helpWindow = window.open(helpHTML,'helpWin','toolbar=yes,location=no,scrollbars=yes,resizable=yes,width=650,height=650')
  helpWindow.focus()
  }
  // End hiding script from older browsers -->
  
  
  
    <!-- Hide Script from Old Browsers
  function newWindowBigger(helpHTML) {
  helpWindow = window.open(helpHTML,'helpWin','toolbar=yes,location=no,scrollbars=yes,resizable=yes,width=720,height=650')
  helpWindow.focus()
  }
  // End hiding script from older browsers -->


  
  
 <!-- Hide Script from Old Browsers
  	var url
	function goTo()
	  {
		url = document.navform.Term.options[document.navform.Term.options.selectedIndex].value;
		window.location = url;
	  }
	
	var url
	function goLocation()
	  {
		url = document.navform.Location.options[document.navform.Location.options.selectedIndex].value;
		window.location = url;
	  }
	  
	
	function frmFilterSubmit(str) {
		with (document.frmFilter) {
			if (str == 'loc') {
				gLocation.selectedIndex = 0;
			}
			submit();
		}
	}

	  
// End hiding script from older browsers -->



