var fDesc=new Array(); fDesc[0] = "XLCompare is an app designed to compare and merge Microsoft Excel workbooks. The program can find differences in formulas and constant cells, display color coded comparison report and easy to use merge commands and more. Also, it detects added forms or modules and merges them to another workbook."; 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 = ''; } }