function openGallery(foto, txt){
	window.open("fotoBig.php?f=" + foto.src + "&t=" + txt,"fotoPopUp","width=450, height=380, scrollbars=0, toolbars=0");
}

function openFoto(foto, txt){
	window.open("fotoBig.php?f=" + foto + "&t=" + txt,"fotoPopUp","width=450, height=380, scrollbars=0, toolbars=0");
}