function info(text,bground)
{
var ausgabe = "<font color='#000000' style='font-size:13;' face='Arial'>"+text+"</font>";
marquee.innerHTML = ausgabe ;
marquee.style.backgroundColor = bground;
}

