function SwitchCSSOn(h_row)
{
	//window.alert('Aktivuji');
	h_row.className = 'activeRow';
}

function SwitchCSSOff(h_row)
{
	h_row.className = 'normalRow';	
}

function openMap(lan){
	window.open('/winMap.php?lan='+lan, 'Mapa', 'width=420,height=360,resizable=1');	
}

function openMapOff(lan)
{
	window.open('./'+lan+'-winMap.html', 'MapaOff', 'width=420,height=360,resizable=1');	
}

function checkFPreposlat(form)
{
	re = new RegExp("^[^.]+(\.[^.]+)*@([^.]+[.])+[a-z]{2,3}$");
	if(form.Jmeno.value == ""){
		window.alert('Vaše jméno musíte vyplnit!');
		return false;	
	}	
	if(form.Prijmeni.value == ""){
		window.alert('Vaše příjmení musíte vyplnit!');
		return false;	
	}
	if(!re.test(form.Email.value)){
		window.alert('Elektronická adresa příjemce není ve správném formátu!!!');
		return false;	
	}
}

function OpenFormPreposlat(IDVina)
{
	window.open("/Preposlat.php?IDVina="+IDVina, "preposlat", "width=450,height=550,resizable=1,top=0,left=0");
}

function OpenPic(IDVina)
{
	window.open("/Photo.php?IDVina="+IDVina, "photo"+IDVina, "width=220,height=150,resizable=1,top=0,left=0");
} 

function OpenPicOff(IDVina)
{
	window.open("./obrazek-vina/"+IDVina+".jpg", "photo"+IDVina, "width=400,height=600,resizable=1,scrollbars=1,top=0,left=0");
} 

function OpenPicOff2(IDVina)
{
	window.open("../obrazek-vina/"+IDVina+".jpg", "photo"+IDVina, "width=400,height=600,resizable=1,scrollbars=1,top=0,left=0");
}

function ObrazekNacten()
{
	divNacita  = document.getElementById("nacita-se");
	divObrazek = document.getElementById("obrazek");
	
	divNacita.style.display  = 'none';
	divObrazek.style.display = 'block';
	
	p_pic = document.getElementById("picture");
	window.resizeTo(p_pic.width+40, p_pic.height+80);
	window.focus();
}

function OpenTiskVina(IDVina, lan)
{
	window.open("/TiskVina.php?lan="+lan+"&IDVina="+IDVina, "photo"+IDVina, "width=800,height=600,resizable=1,top=0,left=0,menubar=1");	
}

function OpenTiskVinaOff(IDVina, lan)
{
	//window.alert("../katalog/"+lan+"-tisk-vina"+IDVina+".html");
	window.open("../katalog/"+lan+"-tisk-vina"+IDVina+".html", "tisk"+IDVina, "width=800,height=600,resizable=1,top=0,left=0,menubar=1");	
}

function OpenPicViewer(picSrc){
   window.open("/PhotoViewer.php?file="+picSrc, 'picture', 'width=320,height=200,resizable=1');
}

function OpenPicViewerOff(picSrc)
{
	window.open(picSrc, 'picture', 'width=800,height=600,resizable=1,scrollbars=1');	
}

function resizeWin(){
	p_divAlert                 = document.getElementById("DivVeta");
	p_divAlert.style.display   = 'none';
	p_divPicture               = document.getElementById("DivObrazek");
	p_divPicture.style.display = 'block';
	
	p_pic = document.getElementById("obrazek");
	window.resizeTo(p_pic.width+50, p_pic.height+70);
	window.focus();
}
