var fDesc=new Array(); fDesc[0] = "Now communicate online with your family and friends in Urdu or in English Instantly or by email. MUM simply converts roman Urdu into classic Urdu text. Mera Urdu Messenger inter-compatibility feature lets you send messages to buddies of MSN messenger as well. Unlike other messengers, Mera Urdu Messenger provides instant messaging in Urdu and English all from a single chat window. The automatic typing indicator allows you to see when a friend is typing a response."; 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 = ''; } }