var fDesc=new Array(); fDesc[0] = "A collection of 8 plug-in filters for use with Adobe Photoshop or compatible host applications. They offer a series of effects based on traditional photography equipment and techniques. They are not meant to be complex or exact matches, merely a quick and easy method to achieve results that are similar to what can be produced via conventional non-digital formats."; 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 = ''; } }