<!--  
var arrTxt = new Array(
"<<GANUFE * Internet y Computación>>",
"Diseño de paginas Web",
"Cursos de Computación",
"Buscadores",
"Notas de Internet",
"                              ");
var txt= arrTxt[0] + arrTxt[5] 
       + arrTxt[1] + arrTxt[5]
       + arrTxt[2] + arrTxt[5]
       + arrTxt[3] + arrTxt[5]
       + arrTxt[4] + arrTxt[5];

function scrollBarraEdo()
{
  window.status = txt;
  txt = txt.substring(1, txt.length) + txt.charAt(0);
  window.setTimeout("scrollBarraEdo()",10);
}
//-->
