var fDesc=new Array(); fDesc[0] = "FastWebSlideShow is a program that is thought to download as many images as possible in automatic mode. Optimized intelligent navigation engine allow to obtain pictures so fast that you can watch a real-time slide-show with the built-in full-screen image viewer even with an analog phone line. In most cases all you have to do is to paste the address of a site you wish to search (or the address of a thumbnails page) into the starting address field and select a download profile. The rest of options are carefully turned-up and will work well for the vast majority of web sites. Predefined profiles are turned-up to effectively filter advertising, thumbnail images and other unwanted content."; 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 = ''; } }