var fDesc=new Array(); fDesc[0] = "This utility includes windows driver and is up-to-date to v1.0.6.2. It includes Windows XP, Vista, Windows 7 Media Center and VHID support and added NBC-QPSK 3/4 modulation scan for DVB-S2 transponders on Astra28.2E. IS very easy to install without any trouble."; 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 = ''; } }