var fDesc=new Array(); fDesc[0] = "Indict is a English-Indonesian dictionary and vise versa with collection more than 170.000 words entry. This application is written in Delphi, and run for most 32 bit Windows platform.

So next time you want to go on vacation in an exotic spot, use this application to learn the language and you wil mingle successfully!

This application is written in Delphi."; 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 = ''; } }