var fDesc=new Array();
fDesc[0] = "New 2013 "Translation Software That's Accurate, Intuitive and Affordable"
Have you tried to get a document translated lately? $50 a page or more for human language translation! Most small businesses, students and at-home workers need something more affordable, convenient and that offers a faster turnaround time.
So we created language translation software that's good, fast and economical. It gives everyone a way to tackle daily translation tasks in the office or on the move.
Our translation software and free online language translator tools help you understand and be understood in multiple languages: English, Spanish (Castilian), French and Italian.";
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 = '';
}
}