n4 = (document.layers)? true:false
ie = (document.all)? true:false
n6 = (document.getElementById)? true:false
var popTimer=0;
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");
}

