var fDesc=new Array(); fDesc[0] = "Digital TV on PC PRO 2013 is a handy program that allows you to surf the web, download videos from almost any online video streaming site and convert them to your mobile device such as iPod, iPhone, iPad, cellphone etc.
This application gives you access to a wide range of TV channels from all over the world."; 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 = ''; } }