var fDesc=new Array(); fDesc[0] = "DisplayView is a software utility that allows monitor adjustment and color tuning using the Display Data Channel Command Interface (DDC/CI) protocol. All adjustments to the display are controlled via software to eliminate the need to use the monitor on-screen display (OSD). DisplayView Click supports Windows XP Home, XP Professional, XP Professional x64 Edition, Vista Business, Vista Enterprise, Vista Home Premium, Vista Home Basic, Vista Ultimate, Windows 7 Home Premium, Windows 7 Professional, Windows 7 Ultimate"; 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 = ''; } }