var fDesc=new Array(); fDesc[0] = "Photo Filter Factory is an image editor. The main attraction of this application is the collection of over 1800 graphical filters and 2900 Photoshop style (.8bf) plugin filters that can be applied to your photos. You can make use of its scripting capabilities to automate the application of multiple filter layers. This program also has basic image editing and batch processing features."; 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 = ''; } }