<!--
function MM_goToURL() { //v1.2
  for (var i=0; i< (MM_goToURL.arguments.length - 1); i+=2) //with arg pairs
   if (MM_goToURL.arguments[i+1]!="**")
    {
    eval(MM_goToURL.arguments[i]+".location='"+MM_goToURL.arguments[i+1]+"'");
    }
  document.MM_returnValue = false;
}
var nocache=Math.floor(Math.random()*10000000);

function addImg(url) {
	if (document.images) {
		sendback = new Image();
		sendback.src = url;
		return sendback;
	}
}
if (document.images) {
	for (i=1; i<7; i++){
		eval("h"+i+"on = addImg(\"/p/fejlec/sport/h"+i+"b.gif\");");
		eval("h"+i+"off = addImg(\"/p/fejlec/sport/h"+i+".gif\");");
	}
}
function swapImg(imgname,chwhere) {
	if (document.images) {
			eval("document."+imgname+".src = "+imgname+chwhere+".src;");
	}
}
//-->
