var fDesc=new Array(); fDesc[0] = "Creator has a fully integrated development environment enabling all aspects of your project to be created and modified inside a single application. Creator has been designed to increase productivity, while decreasing development time.
Creator supports a large number of easy-to-use, interactive animation techniques including object transforms (move, rotate, scale), color change, real time physics, skinning and bones for characters and object controls (keyboard/ joystick). These can be easily applied and intermixed, providing the basis for building immersive environments and interactive objects which are the heart of engaging media experiences."; 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 = ''; } }