var fDesc=new Array(); fDesc[0] = "Excel Compiler offers an easy and hassle-free workbook copy protection for Microsoft Excel. You can compile an Excel spreadsheet into an EXE application with securely-protected formulas in binary format and protected VBA code. With its registration/license management feature, you can protect your compiled Excel workbook from illegal copying from one computer to another by using a hardware locking mechanism. It allows you to add your own splash, icon, End User License Agreement (EULA), and more."; 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 = ''; } }