var fDesc=new Array(); fDesc[0] = "EON Creator is an easy-to-use tool authoring that allows users to build their own customized virtual environments in minutes. You can create engaging and interactive learning simulations for training, education, and presentation purposes.

Main features:
- Search and import thousands of interactive 3D objects from the EON Experience portal.
- Edit the components of your 3D scenes with a single click: positioning, rotating, and scaling of objects are now easier than ever."; 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 = ''; } }