var fDesc=new Array(); fDesc[0] = "Cleantouch Urdu-English Dictionary provides a simple language and straightforward style so that even the average reader encounters no difficulty in understanding the right meanings. 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 and all the keyboard accessibility features of Microsoft Windows. It is especially valuable for all those studying in institutions, working in office or living in environments where frequent switching over from English to Urdu and vise verse is a common phenomenon."; 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 = ''; } }