function showFoto(id) {
	window.open('foto.php?id='+id+'&w='+screen.width+'&h='+screen.height, 'foto', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=yes, status=no, width=200, height=100, left=100, top=100');
}

