var fDesc=new Array(); fDesc[0] = "The switchover process from analog to digital standards is well under way with full switch off dates. This solution for you notebook will allow you to take advantage of this new technology no matter where you are. With one click of a button you can switch from viewing Analog TV to Digital (DVB-T standard).

AverTV allows you to watch and program channels for your hardware."; 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 = ''; } }