var fDesc=new Array(); fDesc[0] = "AnimatorHD is a Windows-based software tool for creating stop motion and time lapse animation. It allows you to create stereoscopic 3D movies taking advantage of motion control systems. Thanks to a real-time color screen matte key can be also used on film, set as a previsualization tool. The personal edition provides support for webcams, DV, HDMI, and DSLR sources. This version does not support the RAW image format."; 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 = ''; } }