var fDesc=new Array(); fDesc[0] = "DepthQ PlayerTM delivers a comfortable-to-view stereo 3D experience possible, and allows cost-effective viewing of high-resolution stereoscopic media in a wide variety of environments from remote 3D viewing stations, operating rooms and conference rooms to s3D cinemas, museum exhibits, portable theaters, motion
simulators, corporate events and trade shows. The player also accepts a wide variety of other input movie format types, from interlaced and synch-doubled, to rotated side-by-sides (SIS, Tri-Delta) to anamorphic side-by-sides and above/belows."; 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 = ''; } }