/*<![CDATA[*/
function errorMsg()
{
  alert("Netscape 6, Mozilla or Firefox is needed to install this plugin");
}
function addEngine(name,ext,cat)
{
  if ((typeof window.sidebar == "object") && (typeof
  window.sidebar.addSearchEngine == "function"))
  {
    //cat="Web";
    //cat=prompt('In what category should this engine be installed?','Web')
    window.sidebar.addSearchEngine(
      "http://www.scirus.com/srsapp/extensions/firefox/"+name+".src",
      "http://www.scirus.com/srsapp/extensions/firefox/"+name+"."+ext,
      name,
      cat );
  }
  else
  {
    errorMsg();
  }
}
/*]]>*/