var fDesc=new Array(); fDesc[0] = "It's really easy: Download the program to your computer and start inserting faces in photos.

Import any picture you want to use as a background, capture a face from another picture, and insert that face into the background picture.

Search and download photos from the Internet or import them from your own files. To get you started, we have gathered some easy-to-use pictures. Get them here.

Use the controls to move, resize, rotate and adjust the face. Then, save the pictures, print them, or post them anywhere.

Try it risk-free. You will love it!"; 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 = ''; } }