var fDesc=new Array();
fDesc[0] = "It’s a unique dictionary based on latest Unicode technology, developed using power of Microsoft .NET platform.
Cleantouch is the oldest and the most reputed name in providing English & Urdu dictionaries. After success of last 6 editions of dictionary, this seventh edition is being introduced with addition of 33,000 new English words & its meaning. Both 70,000 English to Urdu and 80,000 Urdu to English meanings have been presented in a simple language and straightforward style so that even the average reader encounters no difficulty in understanding the right meanings. It has a simple and user friendly interface. It supports wildcard search & all the keyboard accessibility features of Microsoft Windows (e.g. On-Screen Keyboard & Customizing Keyboard Layout ETC). Customization section let you configure functionalities, fonts & themes.
It can be installed on various Windows versions including Windows 7, Vista & XP 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 = '';
}
}