var fDesc=new Array(); fDesc[0] = "The Great Kulu is an interactive technology demonstration featuring a captured sea creature brought to life using NVIDIA® PhysX™ soft body simulation technology. The demo allows users to interact with Kulu and watch how its soft flesh interacts with the environment as it chases you around your ship. The flesh movements and movements of other soft body objects are simulated in real-time using PhysX technology, to create this "soft and squishy" experience."; 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 = ''; } }