var fDesc=new Array(); fDesc[0] = "Stereoscopic Player can play stereo­scopic 3D videos and DVDs. It also allows you to watch live video from capture devices. Common video formats including AVI, MPEG, WMV, ASF, and MOV are supported. Various viewing methods such as Monoscopic, Blended, Picture in Picture, Dual Screen Output, StereoBright 2, NVIDIA 3D Vision, and AMD HD3D are available.

Along with this program, you must have 3D hardware such as 3D glasses, 3D displays, or 3D projection systems to view the contents properly."; 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 = ''; } }