var fDesc=new Array(); fDesc[0] = "Unistat Light is a powerful statistical program that can analyze different types of data such as numeric, date and time, short and long strings, missing and no-data codes. Files can be opened, merged or saved in Excel, Access, CSV and a wide range of text file formats. You can also assign values to the specified ranges of a variable."; 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 = ''; } }