function openPopup(imgName) {
	window.open(imgName,'foto','width=500,height=550,scrollbars=yes,toolbars=yes,resizable=yes');
}
