function showFoto (mod, id, foto)
{
	my_win = window.open ('index.php?m=foto&s=show&mod='+mod+'&id='+id+'&foto='+foto, 'FotoBrowser', 'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=yes, status=no');
	my_win.focus ();
}

