var g_fotopopup = null;
function onFoto(foto)
{
	if (g_fotopopup) 
		g_fotopopup.close(); 

	g_fotopopup = window.open('fotopopup.php?foto=' + foto, 'popup', 'scrollbars=no, toolbar=no, menubar=no'); 

	g_fotopopup.focus();
}

