var fDesc=new Array(); fDesc[0] = "aeliom (el-yom) is a real-time virtual scenery generation, rendering, and exploration software. It is the fruit of 2 years' research on landscape and architecture rendering. Thanks to its innovative engine, aeliom is the place where true per-pixel rendering quality meets 3D real time exploration !
aeliom is not only a viewer. It is also a compiler, and allows user, via its language, to generate complete worlds. Finally, aeliom is a stand-alone renderer, that generates superb materials for each pixel."; 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 = ''; } }