var fDesc=new Array(); fDesc[0] = "Solpro English Dictionary is a dictionary for English to English. It has a large database of words. It is very simple to use and provide easy navigation to detailed description. It also allows to search the web with the help of google search. It is a product for general purpose usage and is freely available."; 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 = ''; } }