
document.write('<link rel="stylesheet" type="text/css" href="./css/style_uni.css" />');


var x = navigator.appName;
var z = x.indexOf("Explorer",0);
if( z > 0 )
{
	document.write('<link rel="stylesheet" type="text/css" href="./css/style_uni_ie.css" />');
}


function winW() { /* NN4 a kompatibilní prohlížeče */
				if (window.innerWidth)
					return window.innerWidth; 
				/* MSIE6 v std. režimu - Opera a Mozilla již uspěly s window.innerHeight */
				else if (document.documentElement && document.documentElement.clientWidth)
					return document.documentElement.clientWidth;
				/* starší MSIE + MSIE6 v quirk režimu */
				else if (document.body && document.body.clientWidth)
					return document.body.clientWidth;
				else
					return null;
	}

function zmen_sirka()  
{	
	var a=winW(); /* šířka */

	if(a < 1000){
		document.body.style.FontSize='medium';
		document.getElementById('pozice_cely').style.width='994px';
		document.getElementById('pozice_horni').style.width='994px';
		document.getElementById('pozice_horni').style.height='100px';
		document.getElementById('pozice_stred').style.width='994px';
		document.getElementById('pozice_stred_vlevo').style.width='191px';
		document.getElementById('bunka_vlevo').style.width='193px';
		document.getElementById('pozice_stred_stred').style.width='677px';
		document.getElementById('bunka_stred').style.width='677px';
		document.getElementById('pozice_stred_vpravo').style.width='120px';
		document.getElementById('bunka_vpravo').style.width='120px';
		document.getElementById('pozice_dolni').style.width='994px';
		document.getElementById('pozice_dolni').style.height='35px';
		document.getElementById('pozice_cely').style.left='0';
		document.getElementById('pozice_cely').style.marginLeft='0';
		}
	/*else if((a >= 1000) && (a < 1170)){*/
	else{
		document.body.style.FontSize='medium';
		document.getElementById('pozice_cely').style.width='994px';
		document.getElementById('pozice_horni').style.width='994px';
		document.getElementById('pozice_horni').style.height='100px';
		document.getElementById('pozice_stred').style.width='994px';
		document.getElementById('pozice_stred_vlevo').style.width='191px';
		document.getElementById('bunka_vlevo').style.width='193px';
		document.getElementById('pozice_stred_stred').style.width='677px';
		document.getElementById('bunka_stred').style.width='677px';
		document.getElementById('pozice_stred_vpravo').style.width='120px';
		document.getElementById('bunka_vpravo').style.width='120px';
		document.getElementById('pozice_dolni').style.width='994px';
		document.getElementById('pozice_dolni').style.height='35px';
		document.getElementById('pozice_cely').style.left='50%';
		document.getElementById('pozice_cely').style.marginLeft='-497px';
		}
	/*else if((a >= 1170) && (a < 1550)){
		document.body.style.FontSize='large';
		document.getElementById('pozice_cely').style.width='1170px';
		document.getElementById('pozice_horni').style.width='1170px';
		document.getElementById('pozice_horni').style.height='100px';
		document.getElementById('pozice_stred').style.width='1170px';
		document.getElementById('pozice_stred_vlevo').style.width='191px';
		document.getElementById('bunka_vlevo').style.width='193px';
		document.getElementById('pozice_stred_stred').style.width='852px';
		document.getElementById('bunka_stred').style.width='852px';
		document.getElementById('pozice_stred_vpravo').style.width='120px';
		document.getElementById('bunka_vpravo').style.width='120px';
		document.getElementById('pozice_dolni').style.width='1170px';
		document.getElementById('pozice_dolni').style.height='35px';
		document.getElementById('pozice_cely').style.left='50%';
		document.getElementById('pozice_cely').style.marginLeft='-585px';
		}
	else{
		document.body.style.FontSize='x-large';
		document.getElementById('pozice_cely').style.width='1550px';
		document.getElementById('pozice_horni').style.width='1550px';
		document.getElementById('pozice_horni').style.height='100px';
		document.getElementById('pozice_stred').style.width='1550px';
		document.getElementById('pozice_stred_vlevo').style.width='191px';
		document.getElementById('bunka_vlevo').style.width='193px';
		document.getElementById('pozice_stred_stred').style.width='1232px';
		document.getElementById('bunka_stred').style.width='1232px';
		document.getElementById('pozice_stred_vpravo').style.width='120px';
		document.getElementById('bunka_vpravo').style.width='120px';
		document.getElementById('pozice_dolni').style.width='1550px';
		document.getElementById('pozice_dolni').style.height='35px';
		document.getElementById('pozice_cely').style.left='50%';
		document.getElementById('pozice_cely').style.marginLeft='-775px';
		}*/
	
		
}

function openImgWin(what, x, y) /* otevření zvětšeniny obrázku*/
	{
			   wokno = window.open('', 'BigWin', 'menubar=no, scrollbars=no, resizable=no, statusbar=no, width='+x+', height='+y+',top=0,left=0');
			   wokno.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML><HEAD><TITLE>Stavimat</TITLE></HEAD><BODY onblur="window.close();" style="margin: 0px"><a href="#" onclick="window.close()"><img src="'+what+'" border="0" alt="Kliknutím zavřete okno"></a></BODY></HTML>');
			   /*if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }*/
	}
