var fDesc=new Array(); fDesc[0] = "After his first time using ReMask, Jeff Wendorff thought to himself, "This is the holy grail of plug-ins!" Now he can't imagine his workflow without it! That's because with ReMask you can create the best quality selections with minimal input. By using ReMask’s intelligent technology, you have the power to quickly and easily extract the toughest elements from your photos, — even hair, fur, foliage, and transparent materials."; 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 = ''; } }