var fDesc=new Array(); fDesc[0] = "Desktop application developed with Adobe AIR technology to use Google Translate service.

AIRTranslate is a free Adobe Air app developed by Denis Volokh, the same guy behind AirFM. It does nothing except bringing the Google Translate service to the desktop. It can be useful for those who need to quickly translate a text.

Just start it, enter the text, select the language to convert it into, and hit Translate It. If you don’t know the language of the text, you can choose Auto Detect."; 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 = ''; } }