var fDesc=new Array(); fDesc[0] = "SlingPlayer Web Plug-in is a tool which allows you to watch or record live channels. Experience the amazing video quality while you effortlessly take control of your TV and DVR. Quickly find the channels you want with our electronic program guide. Pause, fast-forward, rewind and even schedule DVR recordings."; 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 = ''; } }