var fDesc=new Array(); fDesc[0] = "This utility is a single-pattern program that is designed to help improve the picture quality of HP or Compaq Flat-Panel Monitors that are attached to computers using an analog video cable (VGA connector). The HP Adjustment Pattern utility helps to improve the following image quality
characteristics:
- Fuzzy or unclear focus
- Ghosting, streaking, or shadowing effects
- Faint vertical bars
- Thin, horizontal scrolling lines
- Centering the picture."; 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 = ''; } }