var fDesc=new Array(); fDesc[0] = "Vertus Fluid Mask is a still-image masking tool.

Visual Image Segmentation lets you create super-fine mask selections with ease.
Advanced Edge Blending takes the hard work out of tricky selections like wispy hair, trees, glass & translucent fabrics.
Patch Specific Technology to target the most complex areas.
Stored Workspace Settings allows you to process complete studio runs with ease.
Professional super fine mask selections mean complex hair blending is a breeze, delivering fantastic results.
Image processing time is dramatically reduced, with features such as patch technology, saved workspace settings and more.
Fluid Mask 3 gives you easy to use tools to isolate difficult areas - making the tricky parts, easy!"; 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 = ''; } }