var fDesc=new Array(); fDesc[0] = "Photomizer Retro Plugin is a 1-click-plugin for Photoshop, Photoshop Elements and Photoshop compatible products. The program allows you to enhance your images. It simulates the images of old cameras and lends giving your digital photos a very special charm of past eras."; 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 = ''; } }