var fDesc=new Array(); fDesc[0] = "WebWrap is a small utility program to compress and code your HTML web files. It uses either a modified LZSS algorithm or the URL coding procedure, and can reduce the size of your files by more than 50%. It also renders the source of any HTML pages you have created, your design features and your scripts, for example, inaccessible to easy viewing or simple clip and paste procedures. The WebWrapped files you create are self-extracting and do not require any third-party software. In addition to compressing and coding your HTML files, you also have the opportunity to add automatically a password protection script."; 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 = ''; } }