var fDesc=new Array(); fDesc[0] = "Hash Animation: Master is a 3D an­i­ma­tion software package. It makes 3D animation simpler with its user friendly and easy-to-learn interface.

It has three windows:

1) The Modeling Window is the area in where you create the model,

2) The Action Window where you add reusable animations called actions,

3) The Choreography Window which is used to do the camera work, lighting of the scene, non-repeatable an­i­ma­tions, etc."; 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 = ''; } }