

function verFoto( path ) {

	fotoWin = window.open( 'foto.php?path='+path , 'foto' , 'toolbar=0,location=0,directories=0,status=1,menubar=0,resizable=0,scrollbars=0,width=400,height=300,top=250,left=300' );
	fotoWin.focus();

}

