var fDesc=new Array(); fDesc[0] = "ProÇeviri is a translation software from English to Turkish that makes computer aided translation possible. Click on the links above to learn more about ProÇeviri and to learn why it's the best of its kind. You can download ProÇeviri 2.0 Evaluation Version from Download page. If you say "Google has a free translation service, why would I need ProÇeviri", you can examine the examples at Examples page and see the difference."; 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 = ''; } }