<!--
function ShowImage(picture, winName, features)
{
	var theURL = "Foto.htm?img=Images/" + picture;
	window.open(theURL, 'Agreflor', 'width=350,height=500');
}
-->