

function Iniciar(marquee) {

marquee.scrollAmount="2";

}



function Parar(marquee) {

marquee.scrollAmount="0";

}

