var marqueewidth=150
var marqueeheight=215
var speed=2
var marqueecontents='<center><img src="images/linde.gif" width="75" height="25"><BR><BR><img src="images/a-atlas.gif" width="75" height="38"><BR><BR><img src="images/delogo.gif" width="72" height="65"><BR><BR><img src="images/a-cat.gif" width="75" height="38"><BR><BR><img src="images/a-sennebogen.gif" width="75" height="38"><BR><BR><img src="images/ok.gif" width="75" height="48"><BR><BR><img src="images/schwing-logo.gif" width="75" height="24"><BR><BR><img src="images/perkins.gif" width="75" height="17"><BR><BR><img src="images/cummins2.gif" width="75" height="16"><BR><BR><img src="images/fuchs.gif" width="75" height="21"><BR><BR><center>'

if (document.all)
document.write('<marquee direction="up" 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()
}
}
window.onload=regenerate2
