var fDesc=new Array(); fDesc[0] = "The OPTIc2o is a computerized color photofinish system with integrated evaluation software.
The color line scanning camera scans every movement at the finish line in true color and stores the data on the hard disk of the computer. The stored picture can be displayed on the monitor or can be printed at any time.
Main features:
- Highest timing precision by Temperature Compensated Quartz Oscillator TCXO
- Easy handling with Windows XP or Vista
- Unlimited recording time with suitable PC hardware
- High resolution, 3000 lines per second and 1360 pixel
- Recording speed is adjustable between 100 and 3000 lines per second
- Vertical resolution is adjustable: 680, 768, 1024 or 1360 pixel
- Evaluation is possible even before all competitors reach the finish line."; 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 = ''; } }