function VerFoto(foto,fondo,texto){
 var foto, fondo, texto;
 if (!fondo || fondo=='') fondo="white";
 window.open('mostrarfoto.php?foto='+ foto +'&fondo='+ fondo +'&texto='+ texto,'',"toolbar=no,scrollbars=no,left=200,width=10,height=10");
}

