var fDesc=new Array(); fDesc[0] = "Are you typing repetitive emails? Do you need a faster way to enter the same piece of information over and over again?
PhraseExpander saves time by speeding up typing, creating templates, launching programs and automating common tasks.
What is a phrase expander?
A phrase expander stores your favorite and most used phrases, boilerplate texts and templates, and lets you insert them in any document, by typing the associated abbreviation. So you can have instant access to your favorite phrases in any application."; 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 = ''; } }