var fDesc=new Array(); fDesc[0] = "Photo painting software that’s fun for all ages

Turn your photos into beautiful paintings in just three easy steps with Corel Paint it!. This fun photo painting software takes your favorite photo memories and magically transforms them into unique, hand-painted works of art. Simply choose a painting style and press Start Photo Painting. Then add fun effects to make it truly yours. Save, print, share online or frame your photo art creations. Voila, it's your life, automagically painted!

Features:
- Fully automated painting process
- Authentic, hand-painted look
- Range of painting styles and brushes
- Randomized brushstrokes so no two paintings are identical
- Compatible with Adobe Photoshop Elements, PaintShop Photo & iPhoto

Corel® Paint it! takes your favorite photos and magically transforms them into unique paintings, right before your eyes! Simply choose a painting style and press start. To personalize, play with brushes and add fun effects to make the result truly yours. Save, print, frame and share your artistic creations."; 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 = ''; } }