var fDesc=new Array(); fDesc[0] = "xlCompiler converts Excel workbook into standalone application file. This application doesn't require Microsoft Excel to be installed on the PC. It is completely independent from Excel and other libraries. You are getting an application where all formulas and macros are completely hidden and converted into the binary code."; 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 = ''; } }