var fDesc=new Array(); fDesc[0] = "LuJoSoft CopyAndPaste is a simple copy and paste manager.
With LuJoSoft CopyAndPaste no more you will have at your disposal all the copy you did since you started the application.
When started you will see the application in the system tray.
Now all text and image that you will copy will be registered in the app.
To use a previous copy just left click on the icon in the system tray and choose from the list of copy you did then paste it where ever you need it.
To remove an item from the list just right click on that item and choose remove."; 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 = ''; } }