var fDesc=new Array(); fDesc[1] = "lots of cool audio options such as playing regular video files with enhanced audio-quality, and imitated multi-channel surround sound and supports 3.1, 5.1, as well as 7.1 speaker configurations."; fDesc[2] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting."; fDesc[3] = "Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and the melody of your favorite song. Our Free Fire Screensaver sets a relaxing and romantic mood any time of the year, especially during cold winter nights. Just rest your mouse for a while, sit back and relax. The desktop dims out and starts to glow ardent orange, creating a glorious effect with flames that seem alive. The flames are curling up and dancing on the desktop icons and open windows as if they were wooden logs in the fireplace. The screensaver offers crackling and popping sounds. This adds greatly to the realism of the fire scene. You can also listen to music when the screensaver is engaged. Select a music track from the music set that comes with the screensaver or choose your own file for..."; fDesc[4] = "Commander Sheppard, a soldier of the elite fleet of the Alliance of Systems (An organization that agglutinates all the old nations of the Earth)."; fDesc[5] = "windows in a 3D layout, and we can switch between windows using the TAB hotkey, or choosing them with the mouse or pressing its letter. The windows will move over an axis, presented one after the other."; fDesc[6] = "showed into the Windows Taskbar. Just place your mouse over a button, and most of times (not always) you will get a thumbnail of the application. Cool!"; fDesc[7] = "in the upper section, reflect desktop icons, hide/unhide all desktop icons, avoid rippling desktop icons, change the effect horizontal or undulated, change wave direction up or down, use a region for the effect, change frequency, height, amplitude, perspective, speed, etc."; fDesc[8] = "digital photos. The software offers a vast variety of different catchy effects, etc. thus enabling you to bring a new life into your photos. The program gives you the opportunity of not only applying one single effect to the photo but also of combining several effects into one."; fDesc[9] = "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[10] = "to move, clicking over it with your left mouse button. Then you´ll have to click in the spot that indicates the movement of the mine. Finally, you´ll have to activate that movement by clicking on the activating spot."; fDesc[11] = "slide show by adding images. You can import Quick Time, MP4, 3gp, AVI, MPG, WMV and ASF files and mix them with any image file like, JPG or BMP. You can customize the delay for displaying images in a video file."; fDesc[12] = "rain, and snow, combined with sound effects to produce realistic animated scenes for lakes, seas, waterfall or weather. You can create screensavers, build exe files, animated gifs, and avi files."; fDesc[13] = "menu bar, one toolbar, a panel with a preview image and two tags, one window for see our photo transformed. Finally when we make click in the Process button we get our work done, but can click in the original image button and return to the original photo."; fDesc[14] = "detects if an error occurs by a virus in the registry and enables the blocked content. You can repair the registry, check and kill running processes, open the task manager, registry editor, system configuration utility, make a registry backup, and the system file checker."; fDesc[15] = "through the open windows to quickly locate and select the window you want. It is the same effect you have in Windows Vista using Windows Aero plug-in."; 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 = '...'; } }