var fDesc=new Array(); fDesc[0] = "ParsTranslator is a Machine Translation system that translates English text into Persian [Farsi] sentences.

The first commercial version of software issued to public in June 1997 and the last updated PTran version was delivered in April 2004.By now, ParsTran engine is able to recognize and parse for more than 1.5 Million words and terminologies commonly used in public English and 33 fields of sciences.

ParsTran input system uses typed text or English contents selected from a file."; 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 = ''; } }