	function jdi(kam){
	window.location.replace(kam);
	}
	
	function registrValid(){
	if(document.getElementById('nick').value==""){
	alert('Nevyplnili jste pole Jméno. Akci opakujte.');
	document.getElementById('nick').focus();
	return false
	}
	
	if(document.getElementById('heslo').value==""){
	alert('Nevyplnili jste Heslo. Akci opakujte.');
	document.getElementById('heslo').focus();
	return false
	}
	
	 
	if(document.getElementById('email').value==""){
	alert('Nevyplnili jste E-mail. Akci opakujte.');
	document.getElementById('email').focus();
	return false
	}
	 
	if(document.getElementById('spam').value!=6){
	alert('Výsledek součtu není správný. Akci opakujte.');
	document.getElementById('spam').focus();
	return false
	}
	
	 
	 
	}
	
	
	function downloadValid(restrict){
	
	var hodn = "";
	var typ;
	//alert(document.getElementById('webradio').value);
	//if(document.getElementById('webradio').checked==false){
	//hodn = (hodn=="") ? "" : hodn;
	//}else{
	//hodn = "a";
	//}
	if(document.getElementById('tiskradio').checked==false){
	hodn = (hodn=="") ? "" : hodn;
	}else{
	hodn = "b";
	}
	
	if(document.getElementById('exclusradio').checked==false){
	hodn = (hodn=="") ? "" : hodn;
	}else{
	hodn = "c";
	}
	
	if(hodn==""){
	alert('Nevybrali jste typ fotky, kterou chcete stáhnout.');
	exit;
	}
	
	//if(document.getElementById('souhlas').checked==false){
	//alert('Pro stažení fotky musíte souhlasit s cenou a vybraným rozlišením.');
	//exit;
	//}
	 
	window.location.replace(restrict + "&typ=" + hodn);
	
	}
	
	
	function vyberVariantu(zvoleno){
	
	var home2 = document.getElementById('tdtisk');
	home2.style.backgroundColor = '#F0F0F0';
	home2.style.color = '#252525';
	home2.style.fontWeight = 'normal';
	document.getElementById('tiskradio').checked = false;
	//var home3 = document.getElementById('tdweb');
	//home3.style.backgroundColor = '#F0F0F0';
	//home3.style.color = '#252525';
	//home3.style.fontWeight = 'normal';
	//document.getElementById('webradio').checked = false;
	
	if(document.getElementById('tdexclus')){
	var home1 = document.getElementById('tdexclus');
	home1.style.backgroundColor = '#F0F0F0';
	home1.style.color = '#252525';
	home1.style.fontWeight = 'normal';
	document.getElementById('exclusradio').checked = false;
	}
	
	 
	if(zvoleno=="tisk"){
	var home = document.getElementById('tdtisk');
	home.style.backgroundColor = '#D6DB4B';
	home.style.color = 'white';
	home.style.fontWeight = 'bold';
	document.getElementById('tiskradio').checked = true;
	}
	
	if(zvoleno=="exclus"){
	var home = document.getElementById('tdexclus');
	home.style.backgroundColor = '#D6DB4B';
	home.style.color = 'white';
	home.style.fontWeight = 'bold';
	document.getElementById('exclusradio').checked = true;
	}
	
	}
	
	
function sLowres(obr,sirka,vyska) {
popupWindow = window.open('http://www.nextfoto.cz/f.php?pic='+obr,'popUpWindow','height='+vyska+',width='+sirka+',left=10,top=10,resizable=yes,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}
