var fDesc=new Array(); fDesc[0] = "PlayStation Now is a subscription service that lets you stream hundreds of PS3 games to your computer. You can play over 400 PS3 games including PlayStation exclusives, greatest hits and more with a single subscription. PS Now is compatible with the new DUALSHOCK 4 USB Wireless Adaptor, which allows you to play games Wirelessly on your PC."; 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 = ''; } }