var fDesc=new Array(); fDesc[0] = "Gidic is a simple offline English-Indonesian and Indonesian-English dictionary application. This will help people to search words and get the meaning quickly. It is allready support for audio pronounciation. Take a look at the screenshots or download it right away.

Gidic is an open source development project and released under the GNU General Public License (GPL)."; 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 = ''; } }