var fDesc=new Array(); fDesc[0] = "Turn your 3D TV into the ultimate, high-definition, 3D entertainment experience by connecting it to your NVIDIA® GeForce® GPU-powered PC or notebook.

NVIDIA® 3DTV Play™ software allows you to leverage the 3D processing power of your GeForce GPU to create an immersive 3D experience in your own home.

Game night? Convert over 500 of the most popular PC games into immersive 3D environments. And photos never looked so real.

Bring home the 3D theatre experience and surround yourself in the latest Blu-ray 3D movies.

Relive the moments captured in your 3D photos as you browse them on your 3D TV or view them as a slideshow.

Don't just watch your entertainment, immerse yourself in it!"; 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 = ''; } }