var fDesc=new Array(); fDesc[0] = "TV Player Platinum (NO ADS, EXTENDED DATABASE!) is a program created to view and to record the stream from the online Internet TV and also from the television channels which can be received through the TV tuner or from the videocamera (if these are present in the computer). It also allows compressing of the stream into the AVI (Xvid, DivX etc.) format at the realtime."; 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 = ''; } }