var marqueewidth=218
var marqueeheight=118
var speed=2                   

var marqueecontents='<div class="TickerText"><span class="TickerColor"><b>FNPT II MCC</b></span><br>now aviable<br>&nbsp;<br><span class="TickerColor"><b>Zahlungsm&ouml;glichkeiten</b></span><br>Ab sofort <span class="TickerLinkcolor">Kreditkarten-und Bankomatzahlung</span> m&ouml;glich!</div>'

if (document.all)
document.write('<marquee direction="up" class="TickerHeight" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
