var fDesc=new Array(); fDesc[0] = "FarsiGardan is a Finglish-Farsi translator that enables you to write Persian text without the need for a Persian keyboard. This tool recognizes Persian words using an internal Persian word list and a smart mapping algorithm.
FarsiGardan has a high accuracy rate. If there are more than one Persian words for a word written in Fingilish, all alternatives will be listed, so that the user can select the right one. An integrated virtual keyboard allows editing words individually."; 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 = ''; } }