var fDesc=new Array(); fDesc[0] = "The oFusion is a true next-generation WYSWYG toolset for developing game content for the next generation of Ogre (link) powered games, created to surpass the ever increasing demands of artists, with more efficient tools and pipelines, to maximize the production time and to meet today's expected schedules.
It includes the tools that you need to create and preview high quality content to be used with the Ogre Engine, letting you to freely use your current working environment, thus not forcing to use external applications that halt the work pipeline."; 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 = ''; } }