var fDesc=new Array(); fDesc[0] = "DocClear sits in the system tray area and allows you to quickly and easily manage the entries that collect in your Documents menu. Using DocClear, it is possible to keep specific entries while removing others. It is also possible to have the menu cleared at intervals or manually. Extra functionality includes easily starting the screen saver, logging out of Windows or even shutting down or restarting 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 = ''; } }