var fDesc=new Array(); fDesc[1] = "drawings captured from devices like scanners, VCR's, laser discs, digital cameras etc. The tool can capture images from sources such as scanners, capture boxes, digital cameras etc."; fDesc[2] = "sites. Mx-Fx 1.0 is easier to use than Adobe Flash; the trial version didn’t allow creating all the Flash effects that the software can make. The Mx-Fx 1.0 GUI (Graphic User Interface) is very friendly to use and you can start to create Flash effects immediately."; fDesc[4] = "more. We can handle any kind of flash contents and we can create 3D buttons, 3D slideshows, button bars, news readers, Multilevel Menus and more. With the help of this program we can also create flash navigations, flash intros, 3Dflash, flash slideshows, flash banners and HTML websites."; fDesc[5] = "they can control limitless audio frequency bands with many options. Users can create unique sounds by chaining the effects of morphing, panning, and delay."; fDesc[6] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect."; fDesc[15] = "types of screen savers. This tool lets you create screen savers based on Shockwave Flash, Image Slide Show, animations (FLC), Webpage and Movie (Quick Time, Mpeg, AVI...). You can make screen saver for Windows? 95/98/ME/NT4/2000/XP. Main Features: Support Bitmap splash screen Several Background options (solid, gradient, bitmap, original screen...) Project Preview before saving or building Customize Individual Scene - adjust individual scene's properties (position, effect, caption, background, etc.) Define each scene's caption Support drop shadow effect Readme and License text can now be in Rich Text format. Rich Text files (.rtf) can be directly imported. Automatic URL recognition - Can check for a number of URL formats (for example, http:) Easily collects media files using drag and drop from other programs Choose font color, type, size, and effect for the global scene's captions..."; 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 = '...'; } }