var fDesc=new Array(); fDesc[0] = "Automatically turn photos into Pastel, Pencil, Chalk, Charcoal, and Crayon. Editing options allow you to layer, blend and brush for unique and personalized drawings. he “Dry color method” made famous by Leonardo da Vinci is so powerful in its simplicity and beauty with its black and red chalk and yellow pastel highlights.

Later, artists would paint charming portraits in a smooth heavily blended fashion. Move forward a few centuries later and pastel quickly became filled with brilliant color and crisp detail. Fast forward to today and a digital age has made it so you, the artist, can mix and match media that is difficult or impossible in a traditional setting."; 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 = ''; } }