      // Thanks Frederic (fw4@tvd.be)
      function pluginExists(typeString)
      {
        result = false;
        document.write('<SCRIPT LANGUAGE=VBScript>\n on error resume next \n result = IsObject(CreateObject("' + typeString + '"))</SCRIPT>\n');
        return result;
      }
