var fDesc=new Array(); fDesc[0] = "Clipboard Recorder improves your productivity by extending the functionalities of Windows Clipboard. It works alongside the regular Windows Clipboard and records every piece of data (both text and graphics) that you cut or copy.
Access to your clipboard history is almost as easy as the built-in Windows Clipboard. Clipboard Recorder provides four easy ways to select the records: Popup Window, Floating Window, Menu Window and the Main Window. You don't need to leave your working application! The selected clipboard records will be pasted to your working application directly just as if you have pressed "Ctrl + V"!
The program supports a variety of formats. Including RTF text, HTML, CSV, Bitmap, Meta file and Embedded Object.
It also supports Transferring clipboard data between computers. It works seamlessly with Microsoft Office and other applications."; 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 = ''; } }