var fDesc=new Array(); fDesc[0] = "Quickly and easily create your own thumbnail image scroller. Great for organizing and showing off your photos! Add multiple thumbnail image scrollers to your page. Scrollers work in Internet Explorer, Firefox and Safari browsers.

Save and reload your image scrollers so you can easily update your images. Automatically creates the thumbnail images for you! Automatically copies your original image. Creates all the .html code and javascript code automatically. All you have to do is paste the code into your web page and upload your images. Includes the ability to preview your scrollers before you upload them."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }