var fDesc=new Array(); fDesc[0] = "Awesome Animator© is an animation tool for creating animations (in particular Flash animations), cartoons and presentations with sound and music - fast.

All the Flash animations you see on this website, including the splash screen, were made with Awesome Animator.

Main features:

- Import Flash Animations (SWF files) into your project for editing
- Import bitmap images (BMP, GIF, JPEG, PNG, TIFF) into your project
- Import wave sounds and music (WAV) into your project
- Use hundreds of included graphic pictures (Dingbats)
- Export animations in Adobe Flash format or as Windows Video (AVI)
- Export animations in the HTML5 Canvas format to view on the iPad and iPhone
- Export single frames in Microsoft's Silverlight format, PDF files, postscript (EPS) files, Scalar Vector Graphics (SVG) files or as plain bitmap files (BMP)."; 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 = ''; } }