var fDesc=new Array(); fDesc[0] = "ScribeMagic is language independent word by word translation/transliteration software for all the languages that follows Unicode coding system. The translation is based on editable lookup dictionaries. At present this software has translation/transliteration dictionaries for English-Malayalam, English-Hindi and Malayalam-Hindi. With the help of these dictionaries you can translate between English, Malayalam and Hindi. The translation/transliteration is not limited between English, Malayalam and Hindi. You can create your own lookup dictionaries with the help of the lookup dictionary editor according to your need. You can add the translation dictionary of your own language and translate the words in any database to your native language and from your native language to any other languages."; 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 = ''; } }