var fDesc=new Array(); fDesc[0] = "InstantPhotoSketch Pro is a collection of professional “photo-to-sketch” effects. Each of them immitates some painting or drawing style:

1. Pen sketch is a black outline of a picture contours on a white background.
2. Pencil sketch contains an outline like in pen sketch plus the pencil style hatching.
3. Poster reduces the number of colors in the picture to specified number like 2 or 5.
4. Oil painting immitates the brush strokes.

Each effect has a set of configurable options to get the best visual and aesthetic apearance."; 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 = ''; } }