var fDesc=new Array(); fDesc[0] = "Web Site Grabber-7 is an easy-to-use software for data extraction from a website. You can get many types of the web site information: links to HTML pages, images, music, video, torrent and XML files or any other file extensions. Using custom text pattern, this tool grabs any specific information. You can control lists of file extensions and text patterns, set mask for skip pages, save and load projects and results."; 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 = ''; } }