var fDesc=new Array(); fDesc[0] = "Mystical Tint Tone and Color 2.0 includes 60 cutting-edge filters for rapidly improving and enhancing photos in a production environment. Mystical Tint Tone and Color 2.0 is a true work-horse for professionals who need to save time and money while delivering the best creative possible. Increase customer satisfaction and drive sales by generating outstanding creative results with this software."; 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 = ''; } }