var fDesc=new Array(); fDesc[0] = "AutoMagic Ultimate Gen2 is a collection of 52 artistic digital photo effects that enables you to create digital art out of photos. You can digitally paint with oils and acrylics, draw with a pencil or pens, and sketch complicated detailed works of art without even knowing how to use these artistic mediums. It contains more than 400 presets to choose from to help get the user started. Real artists can use these digital art supplies to see more clearly what is possible with their drawing or painting."; 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 = ''; } }