var fDesc=new Array(); fDesc[0] = "Enjoy the Live Islam Toolbar and brows through your islamic pages more easily. Now you can find all the information you need about islam religion with the help of this toolbar . Watch islamic TV , listen to islamic radio and read lectures while logged into your facebook account. Recieve and send emails , play some relaxing games and enjoy the applications brought to you by this toolbar."; 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 = ''; } }