var fDesc=new Array(); fDesc[0] = "BlazeVideo HDTV Player is a full-featured digital and analog TV software solution for you to watch, record, pause, replay live TV/teletext program or listen to digital FM radio on your PC. It supports DVB-T, DVB-S, DVB-S2, DMB-TH, CMMB, ISDB-T, ATSC Global Digital TV standards and PAL, NTSC, SECAM Analog TV standards and most popular TV Cards / TV Tuners / USB TV Dongles with Mircosoft BDA drive on the market. The program also acts as your multi-media center, with superior video and audio quality, and supports DVD, VCD, SVCD, and most popular media files playback."; 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 = ''; } }