var fDesc=new Array(); fDesc[0] = "Tray Master is a swift and effortless program that allows you quickly run your favorite applications and documents. The program sits in the system tray (near the clock) and waits for your commands. You can launch any file on PC using hot-key or with a few mouse clicks. Another great feature is easy the access to desktop icons with two mouse clicks without a necessity to close or minimize windows."; 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 = ''; } }