//---------------------------------------------------------
//------ SCRIPT PRO OTEVRENI VELKE FOTKY V NOVEM OKNE -----
//---------------------------------------------------------

function popupImage(obr, jazyk)
{
	window.open("popup-image?i="+obr+"&l="+jazyk,"popupImage","toolbar=no,scrollbars=no,location=no,status=no,width=820,height=645,resizable=yes,menubar=no,directories=no")
	
}