var fDesc=new Array(); fDesc[0] = "Pencil Check Pro is the classic animators’ best friend, sitting next to the animation table for fast and accurate line tests. An easy to use must-have tool for students learning animation principles.
You can create and preview the line test movie with synchronized sound, in real-time and fill the exposure sheet using industry standard tools and the audio waveform display. Also you can annotate and draw directly in the exposure sheet column using the pen tool and animate camera motion with pencil drawing composited on top of a background."; 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 = ''; } }