var fDesc=new Array(); fDesc[0] = "LockXLS makes formulas and VBA code unavailable to your customers, adds various registration options - generates hardware based Computer Code, creates Activation Code to unlock the workbook on your customer's PC, customizes the messages shown to customers during registration. The locked workbook may have a trial period and a splash screen. Also it will be converted to an application, which runs on Excel but has no other external dependencies making it easy to distribute."; 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 = ''; } }