var fDesc=new Array(); fDesc[0] = "This set of 15 plug-ins can be in used in combination with any keyer to soften alpha channels, match foreground and background colors, fix outlines, and clean up noise. Ensures top-quality results from popular keyers such as Primatte Keyer, Keylight, and Ultimatte.

Main features:
-Fine-tune Alphas.Easily softens and feathers alpha channels for accurate blending from any keyer
-Color Matching.Automatically color-match foreground objects with any background image
-Sophisticated Edge Controls.Lighten and outline the edges of objects to create realistic edge lighting and edge outlines
-High Bit Depths.All plug-ins work with 8-bit or 16-bit projects for DV, HD and film output
-Wire/Rig Remover.Powerful tool offers 5 different ways to erase unwanted elements
-Edge Blur EZ Filter.Gives you just the controls you need to soften mattes
-New Super Rack Focus Feature.See how the depth of field area is created
-New Zone HLS Filter.Indicates highlight, midtone and shadow regions to simplify color adjustment
-Speedy Blur Plug-in.Offers three different levels of smoothness, horizontal and vertical blurs, and per-channel blur options."; 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 = ''; } }