var fDesc=new Array();
fDesc[0] = "Chat Translator for Yahoo! Messenger it can translate Yahoo! Messenger messages into English, French, German, Chinese, Hindi, Arabic, and other 15 languages instantly.
This real-time Yahoo! Messenger Chat Translator fully supports Yahoo! Messenger V9.0 and above.
Main features:
- Convert more than 20 languages such as English, Chinses, Japanese, Korean, Russian, French and Dutch when chatting.
- Send message with real-time translation.
- Translates replies from one language into your own language.
- You can conduct instantaneous discussions with business partner from all corners of the globe.
- Enhance business opportunities with better understanding.
- Choose display "Translation only" to sent translations to your business partner as if you can speak good Chinese.
- Select "Original and translation" avoid misunderstanding.
- Stop translation whenever you want to.
- Free life-time upgrade and technical support.
System requirements:
- Supported OS: Windows NT4/2000/2003/XP/Vista and Windows 7, 32 bit.
- Processor: >750MHz Intel or AMD CPU.
- Free hard disk space: 100 MB or more.
- RAM: 256 MB or above.
- With Yahoo! Messenger installed.";
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 = '';
}
}