
function MostrarTexto()
{
 window.status="ALFRED C. TOEPFER INTERNATIONAL";
 setTimeout("MostrarTexto()",15);
}
MostrarTexto();
