var fDesc=new Array(); fDesc[0] = "Experience unparallel VR compatibility with the Vuzix VR Manager 3.0, now supporting the Vuzix iWear VR920 and Wrap 920, equipped with an optional Wrap VGA Adapter and Wrap Tracker 6TC.
Compatible with all 32-bit and 64-bit versions of Windows 7, Vista and XP.
The list of Vuzix VR compatible titles keeps growing and with VR Manager 3.0, it’s longer than ever. iWear VR920 compatibility has grown by more than 50% and Wrap 920 support is starting out with more than 100 titles."; 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 = ''; } }