var fDesc=new Array(); fDesc[0] = "Get Plain Text runs and removes unwanted formatting from the clipboard in less than a second. So you can paste unformatted text to any application.
Get Plain Text can do only one operation but does it like no other. Every time you run it, the utility changes the content of the clipboard, removing any text formatting, including fonts, sizes, colors, embedded images but leaves the main thing - plain text."; 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 = ''; } }