var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats."; fDesc[3] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[4] = "Macromedia Exchange site or you can create and install with Extension Manager 1.7. When you install Extension Manager 1.7, makes a search for previously installed extension."; fDesc[5] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[6] = "high-quality graphics for the Web. Engineered from the ground up to address the needs of professional Web designers, the new tool incorporates such advanced features as a visual export preview, complete control over compression and color palettes, automatic generation of button states and JavaScript rollovers, as well as text and effects which are editable all the time. Fireworks allows designers to create the most compact graphics and GIF animations in the fewest steps. Other Web-focused Fireworks features include the ability to 'slice' an image for faster downloading, then export the component graphics plus the HTML table to re-assemble them in the viewers browser. Fireworks provides a built-in 'Image Map layer' to facilitate assignment of URL links, as well as a button generation feature which automatically produces up, down, rollover, and hit states for button graphics, along with..."; fDesc[7] = "lot of interesting tools. It is not compatible with windows vista and there will be no updates to solve this."; fDesc[8] = ", browser cache integration, exe projectors support and playlists."; fDesc[9] = "in a couple of minutes. To make the work easier, the program offers a wizard that will guide you throughout the whole slideshow making process. Flash Slideshow Maker is also useful to make amazing banners for your website in a few easy steps."; fDesc[10] = "formats. Once you have chosen the file to convert, it will play it, showing you information about the flash version that was used to create it, total length, frame rate, and movie size."; fDesc[11] = "designers, video editors and photo editors are fall in this category. Sqirlz Water Reflection is infect an animation application for adding some special effects in your images and AVI videos. As its name suggest it can add water reflections in your images."; fDesc[12] = "LMS systems. This courseware and application framework conforms to standards of the AICC and ADL SCORM. You can import content from MS-PowerPoint and integrate it with other multimedia content"; fDesc[14] = "movie. The converting process allowing human interaction on Flash content during conversion."; fDesc[15] = "your family or upload to a website. The program features a nice and intuitive user interface that allows you to customize almost everything in it. You can select the movie size, select the buttons you want to include (Play & Pause, Rewind, Next & Previous); etc."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }