<!-- 
function errorMsg() {
  alert("Do instalacji wtyczek jest wymagana przegladarka Firefox."); 
}

function addEngine(name,file,ext,cat) {
 if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) {

 //cat="Anime";
 //cat=prompt('In what category should this engine be installed?','Web')

 window.sidebar.addSearchEngine( "http://www.wszechbiblia.net/manga/firefox/"+file+".src", "http://www.wszechbiblia.net/manga/firefox/"+file+"."+ext+"", name, cat ); 
}

else {
errorMsg();
}

} //-->