function fotopopup(f)
{
	if (f != "")
	{
		window.open("fotopopup.php?f=" + f, "fotopopup", "width=430,height=420,toolbar=no,menubar=no,status=yes,resizable=yes");
	}
}


