var fDesc=new Array(); fDesc[0] = "Tray Commander is a multifunctional utility that was developed to let you quickly run your frequently used commands directly from the system tray. Tray Commander adds a single icon to the tray which, when clicked, displays a menu to which you can add commands. It can open\close your CD drives, reboot, shutdown your system, run your favorite applications, launch any screensavers and many others. Also you can run several commands by one click."; 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 = ''; } }