var fDesc=new Array(); fDesc[0] = "You can minimize all programs into a small icon and restore them when needed. TheBest Minimize to Tray can minimize any program into the tray (as an icon next to the system clock). Your windows get minimized by clicking on the minimize (or the close) button at their top-right-corner. Or automatically if you don't use a program for some time. You'll never want to miss it any more. All the programs will still be running in the background and will immediately be back when you click on their icon."; 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 = ''; } }