var fDesc=new Array(); fDesc[0] = "True Launch Bar lest you create a custom menu on the taskbar to list similar apps. With separators and submenus, you can group items by topic and create any kind of a custom menu you want. True Launch Bar can also show tooltips for you to find what you are looking for automatically.

This program comes with Taskbar Applets that are buttons for performing specific actions such as checking incoming mail, getting weather forecast, changing music volume, and controlling system parameters."; 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 = ''; } }