var fDesc=new Array(); fDesc[0] = "Flash Made Easy! MotionArtist makes creating Flash animation fast and simple. Script-free and affordable, with a cool library of ready-to-use Flash content, MotionArtist is the Flash animation solution for everyone, from first-time Flash users to advanced Flash designers. MotionArtist Features Script Free Flash ActionWith MotionArtist, point-and-click button features replace the complicated scripting typically required for Flash animation, putting interactive banners, navigation buttons, menus, and photo albums right at your fingertips! Built-in Animation Effects Built-in animation effects add life to your artwork. Easily animate banners, share photo albums, stylize webpages and presentations. Templates & Wizards You already know how to use them! MotionArtist's wizards and templates lead you step-by-step to building your own outstanding web pages, banners, and digital photo albums! Intuitive User InterfaceDrag-and-Drop functionality and a colorful, editable timeline make Flash creation a snap! View imported MP3 files on your timeline in waveform display! 800 Ready-to-Use GraphicsThe MotionArtist library includes over 800 pieces of ready-to-use content - a whole world of built-in buttons, animations, characters, backgrounds, borders, and special effects. Drag and drop these objects directly from the library to use with your own sounds and images to create a look tailored to you! SWF Publishing Software MotionArtist outputs industry-standard SWF files."; 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 = ''; } }