
        <!-- Hide From other browsers
        function openWin(FileName, WinName, WinWidth, WinHeight)
        {
        var WOpts = "'status=0,scrollbars,resizable,width=" + WinWidth + ",height=" + WinHeight +"'";
        var newWin2 = window.open(FileName, WinName, WOpts);
        if (navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1)
          newWin2 = window.open(FileName, WinName, 'status=0,scrollbars,resizable,width=620,height=WinHeight')
        if ( navigator.appVersion.indexOf("2.") == -1  &&
          navigator.appVersion.indexOf("MSIE") == -1 )
        {
        newWin2.focus();
           }
             }
              // -->

