function stoperror(){
return true
}
window.onerror=stoperror;

function aktiv_nyelv(langc){
expDate = new Date();
expDate.setTime(expDate.getTime() + (365*24*60*60*1000));//1 évig felismeri a cookie beállításokat
document.cookie="lang="+escape(langc)+" ;expires="+expDate.toGMTString();
}

function kep(kep,fejlec,wx,wy){
ablak=open("","","width="+wx+",height="+wy+",status=no,menubar=no,toolbar=no");
ablak.document.write("<html><head><title>"+fejlec+"</title></head>");
ablak.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><center><img src='"+kep+"'></center></html></body>");
window.status='';
}
