var fDesc=new Array(); fDesc[0] = "Features
Screenshots
Overview
Editions

The FastPaste clipboard utility has a lot of features, to save you a lot of time. It has an arsenal of weapons to help you win the war on stupid typing!

FastPaste is very easy to use, and has simple and elegant design. But it still gives you the flexibility and customization options that you need, so you can configure it to meet your pesronal needs.

It is suitable both for personal and business use. There are also some "hidden" features, like great and fast technical support for free, frequent updates, or unconditional 90-day money back guarantee."; 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 = ''; } }