var fDesc=new Array();
fDesc[0] = "PROMT Personal 9.0 is a computer translator. Use it to quickly grasp the general meaning of a text in a foreign language. PROMT Personal is easy to use for people of any age and any background.
Advantages
Very easy to use
No learning curve—even a child can use it.
Quick translation of any text
Don’t spend time looking words up in a dictionary. Translate texts in a matter of seconds.
High quality translation with no extra effort
The translator is already optimized for texts on the most popular topics.
Global dictionary update already built in
The dictionaries have been significantly expanded and grouped into the most popular topics.
Low price
PROMT Personal 9.0 saves you time and money.";
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 = '';
}
}