var fDesc=new Array(); fDesc[0] = "Magic Morph is a software making SWF, GIF, AVI animation between two still images. as a high performance morphing and warping software which used a lot of advanced recent "Morph" technologies, you can morph and warp images with astonishing quality in a simple, easy way.
Features:
1Fast and multithread pyramid algorithim
2Professional quality warping and morphing tools
3Result morph image can be viewed real time
4Input file formats include JPEG,BMP,PNG,GIF,TIFF, ICO, TGA, PCX, WBMP, WMF, J2K, JBG
5Output file formats include SWF Movie, AVI Movie, GIF Movie, JPEG Sequence,BMPSequence, GIF Sequence"; 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 = ''; } }