/*presunuto do js menu
window.onload=init;
function init() {
	normal();
	hideFlashInit();
}*/
function normal() {
	defaultStatus="CEPS, a.s."
}
function text(txt) {
	window.status=txt;
	return true;
}
function zamen(nazev_obr, novy_obr) {
	document.images[nazev_obr].src=novy_obr;
}
var bTimeOut = false;
function doOnScroll() {
	if(!bTimeOut) {
		quickbar.style.visibility = "hidden";
		//window.setTimeout("quickbar.style.bottom = -1; quickbar.style.visibility = \"visible\"; bTimeOut = false;", 500)
		//bTimeOut = true;
	}
}	

function hideFlashInit() {
	nazev = window.navigator.appName;

	if (nazev == "Microsoft Internet Explorer") {
		return;
	}
	document.getElementById("tabulka").onmouseover=hideflash;
	document.getElementById("tabulka").onmouseout=showflash;
}
function hideflash() {
	document.getElementById("flash-titulka").style.visibility="hidden";
}
function showflash() {
	document.getElementById("flash-titulka").style.visibility="visible";
}
function changeIt(){
	nazev = window.navigator.appName;
	if (nazev == "Microsoft Internet Explorer" ) {
		quickbar.style.position = "absolute";
	}
}	
function opennewWindowEx(path, name, width, height) {
	
	style = eval("'status=no,width="+width+",height="+height+",resizable=yes,menubar=no,scrollbars=no,toolbar=no'");
	window.open(path, name, style) ;
}