var fDesc=new Array(); fDesc[0] = "Demoniak3D is a tool designed to help developers and technical artists quickly create and prototype realtime 3D solutions: demos, benchmarks, little applications or games. It's also a fantastic tool to start and learn real time 3D programming.
Demoniak3D aims to put realtime 3D graphics in everybody's hands by using a new and very understandable scripting language that will ensure an efficient understanding of the latest 3D technologies."; 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 = ''; } }