var fDesc=new Array(); fDesc[0] = "jPCT is a powerful solution for bringing 3D into the Java world. You want to write a browser based game that needs to run in a Java 1.1 compatible VM? No problem, jPCT offers a fast software renderer that is fully compatible with all Java 1.1 VMs like the "famous" Microsoft VM and even the old Netscape 4 VM. You want to write a fullscreen game that makes use of hardware acceleration? No problem, jPCT can render into a native (optionally fullscreen) OpenGL window. You may even distribute your game as an OpenGL powered desktop application via Java Webstart and offer an applet version in addition."; 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 = ''; } }