var fDesc=new Array();
fDesc[0] = "PROMT Professional 10 is a business-level translator for professional, scientific, or educational activities. With PROMT Professional 10 you can quickly obtain high-quality translations of documents, Web sites, or emails. With this program you don't need to waste your time searching for a proper word in dictionaries, it is possible to load the text entirely and to get smooth translation and also full information for separate words and phrases.
Key benefits
New Level of Translation Quality
Improved translation algorithms, updated dictionaries and unique PROMT translation technology, provide the best quality of machine translation from and into English.
Convenience
Try a new PROMT Agent plug-in! Simply select a word or a text fragment in any program or on any web site, click a "hotkey", and the resulting translation will appear in a popup window.
Confidentiality
To translate, you don't need an Internet connection. Your personal data and any translated information will not be disclosed to the third parties.
Save of Time and Recourses
Letters, scientific articles, legal agreements, tables, presentations – all the documents you need for work, you can read in the native language or instantly translate for your friends and partners. Modern PROMT technologies and up-to-date dictionary bases guarantee a high quality of translation.
We recommend PROMT Professional 10 for:
- Translation with minimum effort in any Windows-run program or application.
- Translation of documents in Microsoft Office XP-2013 applications (Word, Excel, Outlook, PowerPoint) with preserving document formatting.
- Text translation containing specialized or industry lexicon and terminology.";
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 = '';
}
}