var fDesc=new Array();
fDesc[0] = "SYSTRAN Premium Translator is the most powerful and advanced professional translation software product available for the PC.
Worldwide translation technology leader
Internet portals as well as many multinational corporations and US government agencies use the same translation technology that powers SYSTRAN Premium Translator.
Features of SYSTRAN Premium Translator
This translation software provides a comprehensive set of linguistic and post-editing tools allowing you to create, translate and manage multilingual projects thus ensuring the highest possible translation quality for documents in several languages.
Translation software for professional users
SYSTRAN Premium Translator is a translation tool designed for professional users.";
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 = '';
}
}