var fDesc=new Array(); fDesc[0] = "If you are looking for a higher educational level in gujarati language this dictionary is the perfect tool for you. In every days life, if you need the meaning of English words in Gujarati or a pronounciation of the words you can find them in G-Dictionary. It also contains dynamic searching in English or Gujarati, and even words & meaning adding facility."; 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 = ''; } }