var fDesc=new Array(); fDesc[0] = "Take a cruise through the most complex city ever rendered in real-time. NVIDIA’s Endless City demo harnesses the horsepower of Fermi GPUs to generate an unending city in almost unlimited detail.

The Endless City demo starts with a few dozen building blocks and uses an L-System algorithm to assemble these into complex structures, buildings, whole city blocks, and finally a sprawling and boundless megalopolis."; 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 = ''; } }