var fDesc=new Array(); fDesc[0] = "NCollector Studio allows you to download entire websites for offline browsing. The website crawler mode lets you crawl a website for any type of files (images, videos, music etc.) and download to your local computer. Simply specify a starting URL, how deep to search, and the extensions to download."; 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 = ''; } }