var fDesc=new Array(); fDesc[0] = "Picture Ripper is a powerful picture and movie downloader, image gallery grabber and a viewer
Download pictures, movies, mp3s and any imaginable media files from image gallery sites. Picture Ripper can find and download thousands of pictures in a single run. Picture Ripper can be used as picture grabber, movie downloader, mp3 archive crawler. Moreover, users can specify custom media file type and Picture Ripper will download all found files in matter of minutes."; 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 = ''; } }