<!--
  function WarningNetscape() {
	  var $nav = navigator.appName;
	  var $ver = parseInt(navigator.appVersion);

	  if (($nav != "Microsoft Internet Explorer") & ($ver < 5))
  	  window.open( "http://" + window.location.host + "/report/index.php?report=7", "Warning", "resizable=yes,height=400,width=820");
  }
  WarningNetscape();
//-->
