var fDesc=new Array(); fDesc[0] = "Webshots Grabber is a tool to automate the download of regular sized, free Photos from the Webshots Gallery. It works on the concept of Browser simulation to automate the process.
Features: Cached Category List, Thumbnail Display, Automatic integration of photo collections into Webshots Desktop, Supports caching to prevent downloading the same files again and a built in Interactive/Non-Interactive update."; 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 = ''; } }