<!-- // 
//inicializace pro aktuality na uvodni strance
zpravicky = false;


function openWin(target, w, h)
{
	Win1 = window.open(target,"mojos","scrollbars=no,toolbar=no,location=no,menubar=no,status=no,resizable=no,width="+w+",height="+h+"+");
}
function openWin2(target, w, h)
{
	Win1 = window.open(target,"mojos","scrollbars=yes,toolbar=no,location=no,menubar=no,status=no,resizable=no,width="+w+",height="+h+"+");
}

function openwindow() 
{
        Win1 = window.open("","mojos","scrollbars=no,toolbar=no,location=no,menubar=no,status=no,resizable=no,width=462,height=453");
//Win1.focus();
}
if(top.frames.length < 0)
      top.location.href=self.location;
// -->
<!-- // 

function openwindow1() 
{
        Win1 = window.open("","mojos1","scrollbars=yes,toolbar=no,location=no,menubar=no,status=no,resizable=no,width=420,height=600");
//Win1.focus();
}
if(top.frames.length < 0)
      top.location.href=self.location;
// -->
<!-- // 

function openwindow2() 
{
        Win1 = window.open("","mojos2","scrollbars=yes,toolbar=no,location=no,menubar=no,status=no,resizable=no,width=520,height=600");
//Win1.focus();
}
if(top.frames.length < 0)
      top.location.href=self.location;
// -->
<!-- // 

function openwindow3() 
{
        Win1 = window.open("","mojos3","scrollbars=no,toolbar=no,location=no,menubar=no,status=no,resizable=no,width=496,height=475");
//Win1.focus();
}
if(top.frames.length < 0)
      top.location.href=self.location;
// -->

function rollover(img, source){
	var item = myGet(img);
	if (item){
		item.src = 'images/' + source + '.jpg';
	}
}
function myGet(name){
	if(document.getElementById)
		return document.getElementById(name);
	else if(document.all)
		return document.all(name);
	else
		return null;
}
