var fDesc=new Array();
fDesc[0] = "SenseQuiet English Malay Dictionary is a bidirectional dictionary of English and Malay especially for students and for those persons who want to built and improve their English and Malay language skill and vocabulary.
It’s a unique dictionary based on latest technologies, developed using power of Microsoft .NET platform. It has a simple and user friendly interface. You can find meanings of any English word in Malay or English meaning of any Malay word by typing.
It supports wildcard search & all the keyboard accessibility features of Microsoft Windows. Preference section let you customize functionalities & fonts. It can be installed on various Windows versions including XP & 7 even on low end systems.";
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 = '';
}
}