var fDesc=new Array(); fDesc[0] = "GujaratiLexicon Saras Spellchecker is a desktop software. Spellchecker can spell check any Gujarati Unicode text and find the suggestions for incorrect words.
Saras Spellchecker is developed using the DAWG algorithm for dictionary maintenance and the correct spelling suggestions. It has been invented after long research of experts from various areas like Language, Fonts, Technology etc."; 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 = ''; } }