var fDesc=new Array(); fDesc[0] = "Silhouette Shape Import/Export plug-in will import Silhouette Shapes and convert them to After Effects masks as well as export and convert After Effects masks to Silhouette Shapes--all without having Silhouette installed on your system.

When importing Silhouette Shapes, the following shape parameters transfer into After Effects: opacity, shape color, shape name, locked state, transfer mode and blur settings."; 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 = ''; } }