var fDesc=new Array(); fDesc[0] = "The system includes both 2D and 3D layout editors, and allows JavaScript control of scenes, objects and media in real-time.The DX Studio 2D and 3D editors can be used to build interactive layers and sequences, which are combined to produce a complete interactive document. The top level editor can be used just to drag and drop scenes together at a high level, or can 'drill down' to edit 3D and 2D scenes. Inside each scene, users can drill down further to edit the individual textures, backgrounds and sounds."; 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 = ''; } }