<!--
if (navigator.appVersion.substring(0,1) >= 3)
    {
		english			= new Image (41,101);
	
		english.src		= "images/layer/index-logo-small.gif";
	
		english.txt		= "";
		english_h		= new Image (41,101);
		english_h.src		= "images/layer/index-logo-big02.gif";
		english_h.txt		= "English Version";
		
		czech			= new Image (27,109);
	
		czech.src		= "images/layer/index-logo-small02.gif";
	
		czech.txt		= "";
		czech_h		= new Image (17,109);
		czech_h.src		= "images/layer/index-logo-big02.gif";
		czech_h.txt		= "Česká verze";
		
		mapa			= new Image (96,144);
	
		mapa.src		= "images/layer/mapa-off.jpg";
	
		mapa.txt		= "";
		mapa_h		= new Image (96,144);
		mapa_h.src		= "images/layer/mapa-on.jpg";
		mapa_h.txt		= "Zobrazit na mapě";
		
		mapaen			= new Image (96,144);
	
		mapaen.src		= "images/layer/mapa-off-en.jpg";
	
		mapaen.txt		= "";
		mapaen_h		= new Image (96,144);
		mapaen_h.src		= "images/layer/mapa-on-en.jpg";
		mapaen_h.txt		= "Zobrazit na mapě";
		
		
		
	}

   copyright_txt		= "Informace o autorských právech";
   clear_txt			= "";


function navMouseOver(imgid,imgnew) {
        if (navigator.appVersion.substring(0,1) >= 3) {	
		document.images[imgid].src=eval(imgnew + ".src");
	  	window.status = eval(imgnew + ".txt");
	        }
	}

function navChangeStatus(text) {
  	window.status = eval(text);
	}

function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}

// -->
