var fDesc=new Array(); fDesc[0] = "Corel Painter 2015 is a program that includes powerful image cloning and painting features, offering everything you need to create visually stunning photo art. The program offers unique illustration tools to help you bring your vision to life. You can produce unreal brushstrokes that spring, flow, glow and gravitate onto the canvas or choose from a huge selection of realistic Natural-Media brushes to create stunning contemporary digital art."; 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 = ''; } }