var fDesc=new Array(); fDesc[0] = "Ten Clipboards manages ten independent clipboards at the same time. Switching by mouse, keys, hot-keys. Supports all Windows 9x/NT4/2000/XP clipboard formats. Powerfull copy and paste enhancements - text-adding (adds new copied text at the end of clipboard text), MultiCopy (automatically increases active clipboard number after each copy operation), MultiPaste, copy Undo (undo copy operation) and Redo. Friendly interface, many options. Full installation and uninstall."; 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 = ''; } }