var fDesc=new Array(); fDesc[0] = "Package: PasaThai is an English-Thai dictionary. Using this program, you can translate any English word into Thai (with full transcription and phonetics). To enable Thai language fonts to work with Windows XP SP2, first select 'Control Panel' from Start Menu, then select 'Regional and Language settings', and then select 'Languages' Tab. This dictionary provides more than 10,000 words."; 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 = ''; } }