var fDesc=new Array(); fDesc[0] = "This program is Freeware. The distribution of this software is permittedand desired. This program comes to you as is, without any warranty. The manufacturer does not assume any responsibility for material, financial, mental, social, or any other damages which result from the use of this program. Windows must be rebooted after installation in order for all security updates to be applied successfully."; 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 = ''; } }