var fDesc=new Array(); fDesc[0] = "AVerMedia M733 PCI Analog is a free application that supports real 3D function for nVidia 3D Vision, Micro-polarizer, and Red/Cyan mode. This tool allows you to change the file extension of FM TimeShifting as *.mpa, it has support for multi-digital-signal device(e.g DMB-TH/DVB-T) to switch source by popup menu directly for difference countries and much more"; 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 = ''; } }