var fDesc=new Array(); fDesc[0] = "The Abrosoft FantaFace Mixer 2.1 is a powerful professional composing software with the help of which the user can create a fantastic face composite from multiple images, but at the same time it is simple enough to be used by even non-professional beginner level users who don’t have any expertise in this field.

FantaFace Mixer has a good-looking interface with skin, and another good thing about this application is that almost all features are accessible in main interface. Moreover, the program works as a wizard, and simplifies the work of the user, and provides plenty of navigation pane and buttons, along with unlimited Undo/Redo provision.

It features full Drag-and-Drop support, apart from the regular mouse wheel scrolling, as well as automatically detects the face portions. It brings about automatic extraction of the facial features and places key dots on appropriate positions, allowing the user to generate average or random composites or manually set feature, shape percentage for each face.

Above all, it supports all the common image formats right from BMP, PNG, JPEG, TIFF, TGA, PCX, down to the GIF, WMF, EMF as well as AVI. It comes with a built-in editing tool, capable of rotating source images and adjusting contrast, brightness, as well as color balance."; 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 = ''; } }