<!--

function stattitle(texto)
{
if (texto.length==0)
texto="Escuela Técnica informática Lasfor";
self.status=texto;
return(true);
}
stattitle('');

//-->