var fDesc=new Array(); fDesc[0] = "Clipboard Master augments Windows clipboard with additional features. Text, images, files and folders that you copy in Windows or a Windows program are automatically added to the Clipboard Master multi-clipboard, which has the ability to store up to 10,000 items. With this program, you can paste files and folders as text (names or paths with names) or paste files in Outlook as attachments.

Clipboard Master offers an integrated password safe that allows you to securely store, manage, and access your passwords."; 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 = ''; } }