var id,pause=0,position=0;
function scorrevole() {
var i,k,msg="VERDELEGNO: Pergole, Casette, Gazebo, Grigliati, Frangivista, Recinzioni, Fioriere, Tavoli, Sedie e Lettini in Teak Birmano, Salottini in Bambù, Rattan, Banano, Giacinto e tanti altri......";
k=(200/msg.length)+1;
for(i=0;i<=k;i++) msg+=" "+msg;
document.form2.scorrevole.value=msg.substring(position,position+200);
if(position++==200) position=0;
id=setTimeout("scorrevole()",100); }

