var fDesc=new Array(); fDesc[0] = "Silhouette is a powerful program that provides you a set of tools for performing rotoscoping, non-destructive paint, keying, matting, warping, morphing and 2D-3D conversions that are stereo enabled. It allows you to quickly create sophisticated animated mattes using B-Spline, Bezier or X-Spline shapes. The S3D node is an add on option to Silhouette and contains a comprehensive 2D-3D conversion toolset for glasses-based (stereoscopic) and glasses-free (auto-stereoscopic) productions."; 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 = ''; } }