var fDesc=new Array(); fDesc[0] = "Active Captions is a handy utility that extends window's caption buttons with additional features. Right mouse button click on minimize button minimizes the window into the System Tray. Click with right mouse button on window's Maximize/Restore button to roll-up window to its title bar. To make your windows stay on top of all other windows just click on Close button with your right mouse button."; 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 = ''; } }