var fDesc=new Array();
fDesc[0] = "Just Translate for Windows 2.0
Open the door to knowledge and find your way in a multi cultural world with the new Just Translate 2.0 – the swiss army knife for understanding.
Read and write text in the most important languages of the world, such as English, Chinese, Arabic, French, Russian, Polish, Spanish, German, Greek, Hebrew, Hindi, Japanese, and many others. Check the correct spelling with the new integrated spell checker. Speak a foreign language with the right pronunciation through the new transliteration functionality. Just Translate 2.0 - the swiss army knife for understanding.
The world is full of knowledge in many different languages and also different characters. Discover other cultures, other opinions and a wealth of new knowledge. Conquer the world with the new Just Translate 2.0.";
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 = '';
}
}