var fDesc=new Array(); fDesc[0] = "Put your face or your friends and family into movie poster, famous people, object, animal and hundreds more. Add animation, funny quotes, speech bubbles (callouts), sound effects, voice and background music.
It is great for creating photo gift, greeting card, or even practical jokes. Have fun with your digital photos and share your smiles and laughs !

- Add animation, sound & voice
- Add background music
- Over 200+ ready to use templates
- Create & share your own templates
- Send shows via email
- Burn shows into CD
- Create screensaver and wallpaper"; 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 = ''; } }