var reference_foto = new Array();		
		var posun = 0; 			

		reference_foto[0] = './images/horni_foto/1.jpg';  
		reference_foto[1] = './images/horni_foto/3.jpg';  
		reference_foto[2] = './images/horni_foto/4.jpg';  
		reference_foto[3] = './images/horni_foto/5.jpg'; 
		reference_foto[4] = './images/horni_foto/6.jpg';  
		reference_foto[5] = './images/horni_foto/2.jpg';  
		reference_foto[6] = './images/horni_foto/7.jpg';  
		reference_foto[7] = './images/horni_foto/8.jpg'; 	


		function zmen_obrazek() {			
			posun++; 
			if(posun > (reference_foto.length)-1)posun = 0;
			document.getElementById('horni_fotky_img').src = reference_foto[posun]; 
		}
		function casovac_zmena_foto() {			
			document.getElementById('horni_fotky_img').src = reference_foto[posun]; 
			window.setInterval("zmen_obrazek()", 6000);			
		}


var interni_poziceY	= 360; 

CelkovaVyskaBocnichPartneru = (-1) * CelkovaVyskaBocnichPartneru;

function interni_start(){ 
	document.getElementById("partneri_rotujici_loga").style.top = interni_poziceY + "px";
	window.setInterval("interni_krok(0,-2)", 50); 
}
function interni_krok(stepX,stepY){
	if(interni_poziceY>CelkovaVyskaBocnichPartneru) { interni_poziceY += stepY; }
	else { interni_poziceY=360; }
	document.getElementById("partneri_rotujici_loga").style.top = interni_poziceY + "px";
}

var hudba_pokres_ovladani_obsah_spusteno='<a onclick="document.getElementById(\'hudba_prehravac_pokres_ovladani\').innerHTML = hudba_pokres_ovladani_obsah_zastaveno;" style="display: block; cursor: pointer; color: white; font-weight: bold;" title="Vypnout hudbu"><img src="./images/button_vypnout_hudbu.gif" style="margin-right: 8px; float: left;" alt="" /><span style="display: block; padding-top: 8px;">VYPNOUT HUDBU</span></a><div id="prehravac_hudba" style="width: 1px; height: 1px; overflow: hidden;"><object data="./musicplayer.swf?autostart=true&amp;playlist=playlist.php?play_song=hlavni_podkres" type="application/x-shockwave-flash" style="" width="1" height="1"><param name="movie" value="./musicplayer.swf?autostart=true&amp;playlist=playlist.php?play_song=hlavni_podkres" /></object></div>';
var hudba_pokres_ovladani_obsah_zastaveno='<a onclick="document.getElementById(\'hudba_prehravac_pokres_ovladani\').innerHTML = hudba_pokres_ovladani_obsah_spusteno;" style="display: block; cursor: pointer; color: white; font-weight: bold;" title="Zapnout hudbu"><img src="./images/button_zapnout_hudbu.gif" style="margin-right: 8px; float: left;" alt="" /><span style="display: block; padding-top: 8px;">ZAPNOUT HUDBU</span></a>';

