var fDesc=new Array(); fDesc[0] = "Smart CutNPaste is a small utility that allows you to quickly make in-memory copies of whatever is currently in your Windows clipboard and then just as easily put them back into the clipboard at a later time. The software is completely free for anyone to use and does not contain any spyware or malware whatsoever. If you encounter any problems with the software, please visit the homepage at http://www.niftytoolworks.com/ and make a post in the forum."; 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 = ''; } }