var fDesc=new Array(); fDesc[0] = "Xls Reader is a free program that allows you to open, view and print any Office Excel file. The program lets you open, view Excel XLS, XLSX and RTF files, as well as TXT files and it doesn't require Microsoft Excel. It also enables you to Pan and Zoom, Fit All or Width, Rotate and Mirror."; 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 = ''; } }