var fDesc=new Array(); fDesc[0] = "Cleantouch English-Urdu Dictionary 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.

It’s a unique dictionary based on latest Unicode technology, developed using power of Microsoft .NET platform. It has a simple and user friendly interface. It supports wildcard search & all the keyboard accessibility features of Microsoft Windows."; 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 = ''; } }