var fDesc=new Array(); fDesc[0] = "Image Filter Pro was designed with the needs of web designers in mind, providing a one-stop solution to the dilemma of acquiring large libraries of digital image content and applying multiple layers of filters, corrections, and other transformations to meet client demands. Just use the integrated browser to navigate to the web page that contains your desired images, and Image Filter Pro automatically extracts all of the image files to your computer. From there, you can apply any combination of over 100 filters."; 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 = ''; } }