var fDesc=new Array(); fDesc[0] = "The Color Vision Recorder is a Windows software program for testing and automatic scoring the following color vision arrangement tests:

- in version 4: Farnsworth-Munsell 100-hue (FM-100)
- Farnsworth D-15
- Lanthony desaturated D-15

The software is aimed at the modern eye care provider.

Requirements

- Desktop PC with color display
- Windows 98SE up to Windows 7
- At least 64 MB of internal memory
- USB port (for the hardware dongle)
- Screen size 15" or higher
- Screen resolution of 1024x768 pixels or higher
- Color depth of 16.7 Million colors (i.e. 24 or 32 bits)"; 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 = ''; } }