var fDesc=new Array(); fDesc[0] = "Blur Busters Strobe Utility is an application that allows you to customize BENQ Blur Reduction for brighter or sharper fast motion with less motion blur (CRT clarity) and a better picture. The program supports BENQ Z-Series and G-Series devices: XL2411Z, XL2420Z, XL2720Z, XL2420G."; 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 = ''; } }