var fDesc=new Array(); fDesc[0] = "PLDT Watchpad, myDSL subscribers can watch TV shows, films, and more over the internet. Available channels now include National Geographic, Cartoon Network, Pinoy Box Office, CNN, Animax Mobile, CNBC, and GMA 7, with more coming soon.
Best experienced starting with myDSL Plan 1299, Watchpad is available for free to all myDSL subscribers nationwide."; 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 = ''; } }