var speed=10000
var news=new Array()
news[0]="<table><tr><td><b>Benvenuti...</b></td></tr><tr><td height=140px><img src='g/new1-a.gif' align=right>... nel nostro sito internet presentato in una nuova veste grafica. In questo spazio speriamo di riuscire a fornire un'idea della nostra amplia gamma produttiva.</td></tr></table>"
news[1]="<table><tr><td><b>Exhibition preview...</b></td></tr><tr><td height=140px><img src='g/fakuma.gif' align=right><b>Fakuma 2009</b><br>October 13 to 17, 2009<br>Friedrichshafen, Hall B3, Booth 3101</td></tr></table>"
news[2]="<table><tr><td><b>Exhibition preview...</b></td></tr><tr><td height=140px><img src='g/k2010.gif' align=right><b>K 2010</b><br>10/27/2010 to 11/03/2010<br>Düsseldorf</td></tr></table>"


i=0
if (document.all)
tickerobject=document.all.subtickertape.style
else
tickerobject=document.tickertape.document
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}
function update(){
if (document.layers){
document.tickertape.document.subtickertape.document.write('<span class="subtickertapefont">'+news[i]+'</span>')
document.tickertape.document.subtickertape.document.close()
}
else 
document.all.subtickertape.innerHTML=news[i]
if (i<news.length-1)
i++
else
i=0
setTimeout("update()",speed)
}

