<!--

	function gallery(cislofotky){	

		if(cislofotky>8){ 
			next=start;			
		}else{
			next=parseInt(cislofotky)+1;
		}

		if(cislofotky<2){ 
			prev=9;				
		}else{
			prev=parseInt(cislofotky)-1;
		}	

		document.getElementById('galleryphoto').style.backgroundImage="url(./design/ilustracni/"+cislofotky+".jpg)";		
		ci=cislofotky;
	}

	function startuj(zacatek){
		start=zacatek;
	}

	function uka_bobra(foto){
		ukaz('./design/ilustracni/big/'+foto+'.jpg');
	}

//-->