var fDesc=new Array(); fDesc[0] = "JetPaste is an easy-to-use and reliable tool for storing and quick pasting of frequently used texts, site links, logins, passwords, etc.

You no longer need to store tens and hundreds of frequently used texts in various text files, search for the correct row, select it, copy and then switch to another window to paste the text.

You just have to open JetPaste window, select the desired text from the list, select the window where you would like to paste the text and click the «Paste» button.

All texts are organized into groups, making it easy to find the desired text, select the right field from the menu and click the «Paste» button.

The program also allows an option to assign special shortcut keys: Esc, Enter, Space, F1, etc. It is very useful, for example, when filling out forms or entering the desired address in the browser bar.

For convenience, the program gets minimized in the system tray (by clicking X) and when necessary can be quickly restored by clicking the icon in the tray or through a hotkey. The hotkey can be assigned in program options."; 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 = ''; } }