var fDesc=new Array(); fDesc[0] = "Swift Paste is a powerful clipboard tool program. Windows clipboard can only store one data when cut/copy data. Swift Paste can store multi-clipboard texts/images and easy paste these texts/images to focus window. Otherwise, user can also store given texts/images to Swift Paste; for example email/website/password/address/info/etc, then paste them at anytime. Swift Paste always lies topmost on the screen. User need only click the text/image once then the text/image be directly pasted to focus window. It as if pasted text/image from application program self. Swift Paste need username and password login. It can ensure that user info dose not browsed by others."; 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 = ''; } }