<!--

function ShowPhoto(name) {
	window.open("popups/picturepopup.php?picture="+name, "bla", "scrollbars=no, resizable=yes");
}

//-->