var fDesc=new Array(); fDesc[0] = "Initially, Smart Type Assistant's basic purpose was to add some useful Microsoft® Word™ features to every application you use. Now it has evolved into a complex typing automation tool, intended to make your work faster and safer.

Smart Type Assistant offers you Smart Diary – a useful feature for automatically saving what you type. It will help you to recall what you wrote some time ago, and to restore important documents after Windows crashes. It automatically stores everything you type in the strongly encrypted file, which can be protected with a password. It can help you to organize your archives.

Other features are Clipboard Spellcheck, Autoreplace (expanding short keywords into full phrases), Autocorrect (common typing errors, two initial capitals, and accidental usage of the Caps Lock key), various operations with the selected text, pasting large text pieces with a hotkey, Clipboard History and much more."; 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 = ''; } }