<!-- Begin


    function oWin(url, title, sizeH, sizeV) {
      winHandle = top.open(url, title, 'toolbar=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=no,width=' + sizeH + ',height=' + sizeV);
      if (navigator.appVersion.indexOf("MSIE 3", 0) == -1) {
        id = setTimeout('winHandle.focus()', 1000);
      }
    }



    if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) < 5) {
      document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/ns4.css\" />");

    } else {
      document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/normal.css\" />");
    }


// End -->
