var fDesc=new Array(); fDesc[0] = "Amaze your friends and family with unbelievable transformations. Morphing is an animation technique in which one image is gradually turned into another. Quickstart Photo Morph Studio lets you make incredible morphs in minutes. You've seen them in the movies and on TV, and now you can create them yourself. Turn a cat into a tiger. Watch your child grow into an adult. Unleash your imagination with the power of Quickstart Photo Morph Studio. Creating photo morphs is extremely easy and the software produces great images."; 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 = ''; } }