var fDesc=new Array(); fDesc[0] = "HM WebCopy is a browser extension for Internet Explorer and Firefox to capture and save the interesting part of Web pages without annoying banners, ads and navigation elements as HTML file on your computer. To that, you just can select any desired area of a Web page, click the right mouse button and save the selected area as Web page on your computer. Optionally you can add further information about the original source of the Web page. The saved HTML file contains text structure and formatting as similar as possible to those of the original Web page."; 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 = ''; } }