var fDesc=new Array(); fDesc[0] = "PTSoft TV Online is the easiest way to watch TV online for free. There are many television channels you can watch with a simple Software is PTSoft TV Online

PTSoft TV Online is a new and interesting tool which enables you to watch online TV, with a simple and friendly user interface."; 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 = ''; } }