var fDesc=new Array();
fDesc[0] = "A new generation solution – the machine translator supporting eight languages and 56 translation directions – has implemented the most advanced technologies. In this translator all possible translation directions are supported for all languages presented. This makes it easy-to-use and highly sought after.
The unique features of the program provide high translation quality of documents, e-mails and Web-sites.";
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 = '';
}
}