var fDesc=new Array(); fDesc[0] = "Animation:Master is a versatile tool capable of bringing to life projects of any type. Be it 2D or 3D an­i­ma­tion or illustration, manga or special effects... the only limit is your imagination!

A:M's resolution independent Hash splines and patches offer more direct control of your models than the pol­y­gons used in other 3D software. Patch-based models are extremely efficient and versatile for modeling and an­i­ma­tion, being equally effective for organic and mechanical objects in an an­i­ma­tion environment."; 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 = ''; } }