<!--
function errorMsg()
{
  alert("Netscape 6 or Mozilla is needed to install this plugin");
}
function addEngine(name,ext,cat)
{
  if ((typeof window.sidebar == "object") && (typeof
  window.sidebar.addSearchEngine == "function"))
  {
    window.sidebar.addSearchEngine(
      "http://www.phpdirectory.com/downloads/"+name+".src",
      "http://www.phpdirectory.com/downloads/"+name+"."+ext,
      name,
      cat );
  }
  else
  {
    errorMsg();
  }
}
//-->
