var fDesc=new Array(); fDesc[0] = "All Picture Finder program lets you download all the images from a website. You just have to enter the URL of site, and this application will automatically download the list of photos; you can use this list to browse trough the images. You can also make use of the customizable filters to download files of particular sizes, formats, etc."; 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 = ''; } }