var fDesc=new Array(); fDesc[0] = "FilterHub is a powerful replacement for the Filter menu of Photoshop and Photoshop Elements. It supports built-in filters (from the Filter, Adjustments, and Enhance menus), filter plugins, and third-party automation plugins. You can run filters fast and conveniently without navigating the Filter menu, paint or erase filter effects with the brush tool, run multiple filters (from the favorites list) with one click, apply a filter on multiple layers in one pass, and more."; 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 = ''; } }