var fDesc=new Array(); fDesc[0] = "EDID Viewer is a simple solution for providing comprehensive information about identity and capabilities of your monitor (EDID 2.0) and of your DTV (EIA/CEA 861 Extension).

EDID Viewer extracts & analyses EDID data from your windows registry or from the monitor plugged to the FPDLite Device (DDC link). The information report can be saved in RTF format, directly printed or simply copied to the clipboard (using the right-click menu)."; 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 = ''; } }