var fDesc=new Array(); fDesc[0] = "The Spyder4TV HD is a powerful tool that helps you manage the color displayed on your TV. The calibration process measures brightness, contrast, color, tint and color temperature. These measured values are analyzed and adjusted as required to give your TV the best picture possible.

Main Features:

- Easy-to-use wizard.
- Takes guess-work out of calibration.
- Calibrates most TV technologies."; 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 = ''; } }