function mostramarq(msg)
{
	document.write('<marquee><font size=4 color=#FF0000><b>'+msg+'</b></font></marquee>');
}