var fDesc=new Array(); fDesc[0] = "On the surface, Filter Forge is just a Photoshop plugin, a pack of filters that generate textures, create visual effects, enhance photos, process images. However, there are 3 things that make Filter Forge unique:

1. You can create your own filters. Filter Forge comes with a visual node-based editor allowing you to create your own filters – textures, effects, distortions, backgrounds, frames, you name it. All filters automatically support 16- and 32-bit modes in Photoshop, real-world HDRI lighting, bump and normal maps, huge resolutions, and most filters can be seamlessly tiled.

2. You get free access to 8650 user-created filters. Anyone can contribute their textures and effects to the online filter collection so it grows with every submitted filter. This means the more people use Filter Forge, the better it gets.

3. Contributors get Filter Forge for free. You submit filters, they get popular with the users, we send you a free copy of Filter Forge. Sounds simple but don't expect a giveaway, you will have to earn it."; 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 = ''; } }