var fDesc=new Array(); fDesc[0] = "The WinTV Signal Strength Monitor displays the relative strength of the digital signal on the channel you are tuned to. It will show the Signal to Noise ratio, the number of Received Errors and the number of Uncorrectable errors.
The Digital Signal Monitor will not work with analog TV channels. It will work with ATSC and QAM digital TV channels on most Hauppauge digital TV tuner boards.
The Signal Monitor is a handy tool which can be used to either adjust your digital TV antenna, or when used with digital cable TV, to know if your digital signal is too weak to receive a signal without distortion."; 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 = ''; } }