var fDesc=new Array(); fDesc[0] = "The driver provides management of the eClipse-1 stereo glasses controller and activation of supported video mode for most of the current stereo modes. A unique feature of the driver is a software emulation (doubling sweep frequency) of interlaced video mode for nVidia chipsets, hardwarily not supported.

Main Features :

- MS Windows Vista support
- improved compensation of brightness drop in stereo modes
- firmware upgrade is a separate application"; 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 = ''; } }