var fDesc=new Array(); fDesc[0] = "SenseQuiet Urdu Lughat is a bidirectional dictionary of English and Urdu especially for students and for those persons who want to built and improve their English and Urdu language skill and vocabulary. 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."; 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 = ''; } }