var fDesc=new Array(); fDesc[0] = "This is a utility program to accelerate video streaming from Pandora TV. It enables seamless play by utilizing the minimum packets between users. CPU usage is at its minimum (4%) to support seamless play even with low-end PCs. You are required to install Video Streamer to watch HD videos. It automatically checks up your PC system environment and creates appropriate settings for best video experience. PandoraTV Video Streamer is an essential part of the online video watching experience on www.pandora.tv."; 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 = ''; } }