var fDesc=new Array(); fDesc[0] = "Mystical Ultimate Bundle Gen2 includes over 100 photo enhancement software effects. The bundle offers various dynamic filters, any of which can be stacked and combined together to form an unlimited number of professional photo enhancements. You can enhance color and tonal quality in your digital photos, smooth skin and enhance eyes and lips, improve and sharpen re-sized images and photo restoration, generate natural light beams for a pleasing appearance, redefine points of interest with zoom and motion blur, add panning effect for action shots and abstract movement, and more."; 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 = ''; } }