var fDesc=new Array(); fDesc[0] = "MCAnimator is an application used to model items and resources in Minecraft. You can also import your old models from Techne and from CubeWorld and Blender. The MCAnimator is bug-free and lets you create the model, paint its texture and animate it at the same time. The new parent-child system also allow a correct control of model joints and it is also the requisites to do the animations."; 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 = ''; } }