function errorMsg()
{
  alert("Firefox, Mozilla vagy Netscape 6+ szükséges a keresőmodul telepítéséhez");
}
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.hamlet.ro/static/hamlet.src",
      "http://www.hamlet.ro/static/hamlet.gif",
      "Hamlet.ro kereső",
      "Deszka és Vászon");
  }
  else
  {
    errorMsg();
  }
}

