var fDesc=new Array(); fDesc[0] = "CONTORT is a fun program for distorting and merging parts of pictures to produce surreal effects.

Create surreal images by exploding, imploding, nudging and twisting any part of the picture.
Merge in parts of other images without any visible join.
Other features include a pencil draw effect, color blushing, segmenting, embossing, contor line banding, inverse brightness
and other distortion effects.
Combining any or all of these features will create amazing weird and wonderful effects.
Try it with a close-up human portrait of a friend or family.
Other applications include collaging of images and watermarking with text."; 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 = ''; } }