var fDesc=new Array(); fDesc[0] = "Instant Text Pro is an abbreviation expander offering:

- Abbreviations that require no memorization
- Automatic glossary creation
- Sentence continuation

Instant Text Pro works with all versions of Windows. The software works with all popular word processors and most other Windows applications. Instant Text Pro also interfaces directly with many Windows applications developed with tools such as the following:

- Microsoft Visual C
- Borland Delphi
- Microsoft Visual Basic
- Powersoft PowerBuilder"; 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 = ''; } }