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