var fDesc=new Array(); fDesc[0] = "Corel® Painter® Essentials™ 6 is custom designed to inspire you to freely create blank canvas and photo art creations using award-winning Natural-Media® brushes. As an intuitive paint program, Essentials offers a welcoming environment that will encourage you to have fun while using powerful and realistic art tools to reach your goals. Turn a photo into an amazing oil, pastel or impressionist work of art, or use pencils, pens or particles to paint, draw and sketch on a blank canvas. The best part? Connect with a solid social community of fellow painters who are passionate about painting and providing feedback.

Craft your masterpiece with stunning reality using authentic dry media like chalks, pencils and pastels, or realistic wet media including oils, airbrushes, pens, digital watercolors and more. There is no experience required so that you can plunge right into an art studio that’s easy to learn and produces impressive results."; 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 = ''; } }