var fDesc=new Array(); fDesc[0] = "Set of 20 time-saving special effects that will enhanceany film, video, animation or multimedia project. Sophisticated texture, production and distortion effectshave never been easier-you'll be creating dazzling organic effects in a fraction of the time they used to require. Eye Candy for After Effects automatically adapts to irregular floating objects, modifies layer opacity information, and allows users to draw outside layer boundaries withoutprecomposing. Users can also apply effects based on transparency information from other layers."; 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 = ''; } }