var winPopup;

function photoPopup(strImgSrc)
{
	winPopup = window.open("foto.php?img=" + strImgSrc, "Francese", "height=538 , width=670,top=0,left=100,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no");
	winPopup.focus();
}