var fDesc=new Array(); fDesc[0] = "DTDCalculator was written to aid in fitting your Media Center desktop to your HD Screen or Projector. It will allow you to convert modelines to DTDs and back again and adjust standard timings to fit your monitor perfectly. It will also allow you to add your new resolution to the list of modes supported by integrated intel graphics. DTDCalculator is community supported at AVS Forum."; 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 = ''; } }