var fDesc=new Array(); fDesc[0] = "Pinoy Music Radio Toolbar is a fine browser tool which will provide you with fresh information, announcements, links and news about Pinoy Music Radio Community.
Moreover you can search the web from Pinoy Music Radio Toolbar which provides useful search engines.
The toolbar works on Safari, Firefox, Chrome and Internet Explorer."; 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 = ''; } }