var fDesc=new Array(); fDesc[0] = "Turn your PC into a live TV! Watch hundreds of TV channels without paying for them - no subscription required! TVZation makes it possible to watch numerous TV channels without you having to look for them all over the Web. The product gathers information about the TV channels, video streams and Web cams, conveniently organizing them and making it simple for you to watch. Just choose what you want to watch from the list or search channels by keyword - and a single click will deliver live video right before your eyes. It's just that simple!"; 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 = ''; } }