var fDesc=new Array(); fDesc[0] = "Get 10 FREE Auto FX Software Photo Effects with the FREE Sampler App. You get 2 example effects from each of the three individual Mystical Suite Gen2 Products, DreamSuite Ultimate Gen2 as well as PhotoGraphic Edges Gen2. These 10 Absolutely FREE Photoshop Plugins and Filters cover a large variety of photo enhancement needs. Use as a plugin for Adobe Photoshop, Adobe Lightroom 5, Corel and Serif products. Don't have Photoshop? Don't worry because you do not need any other software to support this FREE photo enhancement solution. Auto FX Software runs on its own platform as a stand alone app."; 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 = ''; } }