var fDesc=new Array(); fDesc[0] = "3d Choreographer is an animation program designed for non-artists. You can use the animations (AVIs) in PowerPoint presentations, CD-Rom applications, corporate training, educational software, or on the Internet. Each version of the program comes with a library of actors with built-in commands to make them move. All 3d Choreographer actors are completely royalty-free.

What sets 3d Choreographer apart is its "Action-Driven" approach. Every actor has an extensive library of predefined actions including a wide range of emotional expressions. For example, a person can dance, wave and smile -- personality at the click of a mouse."; 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 = ''; } }