var fDesc=new Array(); fDesc[0] = "AnimationLab 5 is an intuitive and easy-to-use plug-in for TurboCAD Windows, including TurboCAD Deluxe, Pro, and Pro Platinum. It provides you with great tools to enhance your work and presentations by animating 2D and 3D architectural, mechanical, human and animal models and or any rendering.

AnimationLab provides capabilities for managing and setting up your drawing. The file palatte offers time saving features such as batch operations while the seamless TurboCAD integration allows you to take maximum advantage of your TurboCAD software. You can write your own commands using VBScript language."; 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 = ''; } }