var fDesc=new Array(); fDesc[0] = "AVerMedia H810 USB Hybrid DVB-T is a driver designed for AVerTV Pilot USB program. It contains the latest video and audio codecs, in order to offer you the best TV quality. AVerTV Pilot provides you not only analog TV programs, but also the latest digital TV shows. That means, with AVerTV Pilot, you can watch TV at home or even when you’re driving or on a ride. AVerTV Pilot has embedded a GPS patch antenna on the board. It can work with Microsoft AutoRoute and other applications working with NMEA 0183 protocol."; 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 = ''; } }