var fDesc=new Array(); fDesc[0] = "AngelMorph is designed to morph or warp a series of images according to the outline feature, for example, several head portraits or a group of similar images. It can also warp a single image to generate different facial expressions and appearances, allowing you to export them as animated images and share with your friends. It is a very interesting image morphing and warping software with nice and friendly interface, detailed help document, and multiple-language support. You can make your own funny works with just a few simple clicks."; 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 = ''; } }