var fDesc=new Array(); fDesc[0] = "Promt Office is appropriate for home/small office translation use. It can be used to translate documents, web pages and ICQ messages. Software can be integrated with Microsoft Outlook, Microsoft Word and Adobe Acrobat.

The new Microsoft Office 2007-style interface lets users enter new words into user dictionaries with a single click. Promt Office supports Mozilla Firefox and OpenOffice to deliver optimum ease of use.

Main features:
- Translates DOC, RTF, HTML, TXT files and web pages, preserving the original layout
- Translates content of e-mails and Word documents
- Translates ICQ messages and the text content of PDF files
- Electronic Dictionary provided as a standalone application
- Integration with Microsoft Internet Explorer® 5.x -7.x and Mozilla Firefox 1.5/2.0
- Integration with Microsoft Word and Outlook 2000/2003/XP/2007
- Integration with Adobe Acrobat 5.0-8.0
- Integration with ICQ PRO 2003/ICQ
- Integration with OpenOffice 2.x
- Real-time translation of web pages directly online in Microsoft Internet Explorer
- Create and edit personal dictionaries for custom translations of words and phrases.
- Specify translation rules for preserved and unknown words in source documents.
- Reserve words that do not need to be translated
- Choose between alternative translations for selected entries.
- Incorporate specialized dictionaries
- Prioritize document dictionaries according to topic requirements
- Save custom translation settings in topic templates for re-use with similar documents in the future.
- Text-To-Speech (TTS) support.
- Inclusion of specialized dictionaries – specific topics available vary according to language pair selected.
- Stand-alone dictionary application makes it easy to translate a single word or phrase.
- Extensive external application support, including scanners, spell-checkers, and third-party dictionaries
- Complete user's guide."; 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 = ''; } }