function popup(url) {
  window.open(url,'popupImageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
  function popdet(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function cima(texto){ texto.style.color='#000000'; }
function fora(texto){ texto.style.color='#000000'; }

function cima1(texto){ texto.style.color='#ff0000'; }
function fora1(texto){ texto.style.color='#000000'; }