var fDesc=new Array(); fDesc[0] = "REFLEX Model Flight Simulator provides a sophisticated stereoscopic 3D mode. When activated and observed through appropriate 3D glasses, sceneries and models can be perceived with real spatial depth. The intuitive perception of distance to ground, to obstacles and to other models offers a substantial additional value.

To make the spatial depth perceptible on a computer display, two different types of 3D glasses have been established, namely on the one hand the NVIDIA® GeForce 3D Vision shutter glasses and on the other hand the red/cyan anaglyph glasses. The best 3D impression can be obtained with the NVIDIA® GeForce 3D Vision shutter glasses; however, this requires a special 120Hz 3D display and a NVIDIA® compatible graphics card. In contrast, the much more affordable red/cyan anaglyphs can be utilized in conjunction with any personal computer hardware, still providing an impressive 3D effect, despite of slightly affected color perception."; 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 = ''; } }