function openWin(url){
	win = window.open(url, 'info_o_hraci', "statusbar=no, width=600, height=570, scrollbars=yes, resizable ");
	win.focus();
}

function OpenMatch(param){
	width = 640;
	height = 590;
	informace = window.open("./info_zapas.php?zid=" + param, "InfoZapas", "width=" + width + ", height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}

function OpenRep(param){
	width = 640;
	height = 590;
	informace = window.open("./info_zapas.php?zobr=1&zid=" + param, "InfoZapas", "width=" + width + ", height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function OpenHelp(){
	width = 640;
	height = 590;
	manual = window.open("http://www.mifa.cz/manual/manual.php?tid=43", "Manual", "width=" + width + ", height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes"); 
}

function OpenMifak(){
	width = 1024;
	height = 590;
	manual = window.open("http://www.mifa.cz/centrala/mifak", "MIFAK", "width=" + width + ", height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes"); 
}