var fDesc=new Array(); fDesc[0] = "High-end graphics commonly seen in cutting-edge 3D games now possible online. Game-like interactivity for the very best immersive experiences.

All it takes is one click and the 3DVIA Player, along with any additional components needed, is installed. Updates are automatically downloaded as they become available.

Adding content into Web pages is simple. Enhance your content with JavaScript or VBScript. Seamlessly merge HTML user interfaces and rich interactivity."; 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 = ''; } }