//window.onerror=chyba;
function erjs(a,b,c) {
 objekt_obr = new Image;
 objekt_obr.src = 'errjs.php?chyba='+escape(a)+'&soubor='+escape(b)+'&radek='+escape(c)+'&location='+
 escape(window.location)+'&width='+escape(screen.width)+'&height='+escape(screen.height)+
 '&referrer='+escape(document.referrer)+'&titulek='+escape(document.title);
 return true;  
}
window.onerror = erjs;

var elemodkaz=new Array();
var elempod=new Array();

function menuover(){
 if (this['id']) n=this['id'].match(/\d+/i);
 if (elempod[n]) elempod[n].style.backgroundColor='#2c2d6d';
}

function menuout(){
 if (this['id']) n=this['id'].match(/\d+/i);
 if (elempod[n]) elempod[n].style.backgroundColor='#393e90';
}
