function M_stop() {
document.all.tags("marquee").item(0).stop();
}
function M_start() {
document.all.tags("marquee").item(0).start();
}
