var fDesc=new Array(); fDesc[0] = "ASC Urdu-English-Urdu Dictionary is an essential tool for anyone learning a foreign language. English Urdu
Dictionary features an extensive database in both languages including 37,000 English entries and 20,000 Urdu entries and also some tricks to search quest word exactly. You may use its Urdu keyboard help if you don't know Urdu typing and you can search Urdu meanings of any word by typing or just by selecting it from the list of all words."; 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 = ''; } }