function highlightrow(id,columns) { for (i=1; i<=columns; i++) { document.getElementById("c"+i+"-"+id).style.backgroundColor = '#ececec'; clearInterval(StivaGalleryThumbs); }; }; function outhighlightrow(id,columns) { for (i=1; i<=columns; i++) { document.getElementById("c"+i+"-"+id).style.backgroundColor = ''; StivaGalleryThumbs = setInterval('StivaGalleryMoveThumbs()',40); }; }; var pos = 0; function StivaGalleryMoveThumbs(){ if (pos <= - 2860) { pos = 0; }; pos = pos - 1; document.getElementById("StivaGalleryThumbsbarTable").style.left = pos + "px"; } document.writeln('


'); document.writeln('
'); document.writeln(''); document.writeln('
'); StivaGalleryThumbs = setInterval('StivaGalleryMoveThumbs()',40);