var fDesc=new Array(); fDesc[0] = "TypeItIn increases your productivity when filling out forms, responding to emails, and many other every-day activities. It also improves your accuracy, greatly reducing rework. With TypeItIn you can create groups of buttons that will type information into any application. It can also run applications, open web pages, and you can create macros that will automate things you do many times every day.

The button information is protected using a 128-bit Advanced Encryption Standard (AES) to ensure your privacy. In addition, groups of buttons can be password protected."; 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 = ''; } }