var fDesc=new Array(); fDesc[0] = "Shooting and compositing tool that satisfies requirements for a variety of expressions and high speed rendering.

CoreRETAS is a tool for carrying out the shooting process in animation production.
The tool allows each of the separate materials such as backgrounds and painted cels to be gathered together at the shooting stage to create one scene. Using X-sheets,CoreRETAS HD allows each of the materials to be arranged in the optimum positions and timing for carrying out the shooting with the addition of a variety of production effects"; 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 = ''; } }