function ShowStivaGalleryThumbsbar(id){ document.getElementById("StivaGalleryThumbsbar1").style.display = 'none'; document.getElementById("StivaGalleryThumbsbar"+id).style.color = 'black'; document.getElementById("StivaGalleryThumbsbar2").style.display = 'none'; document.getElementById("StivaGalleryThumbsbar"+id).style.color = 'black'; document.getElementById("StivaGalleryThumbsbar"+id).style.display = 'block'; document.getElementById("StivaGalleryThumbsbar"+id).style.color = 'red'; }; 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()',10); }; }; var pos = 0; document.writeln('
