var fDesc=new Array(); fDesc[0] = "SwiftText Word Expander is a program that improves typing speed and efficiency within any word processor or text editor. The program allows you to type abbreviated codes that are automatically replaced with instant text. Expansions can be stored with or without text formatting (bold, italics, etc.). This program works in any word processor or text editor in Windows. Simply type an abbreviation saved in the Expander program and press the Enter or Spacebar key and the abbreviated code will be replaced with its corresponding expansion. You can enter your own abbreviations and expansions."; 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 = ''; } }