var fDesc=new Array(); fDesc[1] = "coolest theme: Luna Royale. It includes the Aero cursors as well as system icons (My PC, My Documents...) and all the system sounds from Windows Vista."; fDesc[2] = "to the latest Matrox Parhelia-LX and Radeon 9800. It is in fact the only program of its type to support multiple graphics cards from multiple chipset vendors, simultaneously, under every Windows operating system from Windows 95 to XP. A simple menu that pops up from the system tray provides access to some 500 controls over your display hardware, including sophisticated color correction tools, period level adjustments over screen geometry, and driver independent clock controls. A powerful application profiler can detect when programs are launched and respond by activating specific display settings, gamma adjustments, performance switches and even clock speeds - returning everything to normal when the program closes. In-game gamma hotkeys let you light up the darkest hallways during game play, and hardware control over refresh rates - with floating point precision - ensure you're never..."; fDesc[3] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos."; fDesc[4] = "computer's desktop. Everyday when you powered on your computer, you will see a calendar on your desktop with your full control. It's useful freeware."; fDesc[5] = "graphics editor. IconDeveloper doesn't. Instead, it assumes that most people who want to create icons are either going to create them using an existing graphics package like Photoshop, MS Paint, CorelDraw, or they take existing images (.BMP, .PNG, .JPG, etc.) and turn those into icons. So instead of putting effort into a bitmap editor, IconDeveloper focuses itself on making it really, really easy to turn existing images into Windows icons and allowing for common modification of those icons (resizing, color changing, etc.). The result is a program that makes icons extremely fast, extremely well and extremely easily."; fDesc[6] = "Matrix' on your desktop. The program will blend with an existing background or be drawn overtop of it. Also, the program does not impede normal desktop operations, operates with multiple monitors, and can function as a screensaver."; fDesc[7] = "customizable, so you can enable/disable the music and sounds, set their volume, and even create a playlist of music you want to hear when the screensaver is active."; fDesc[8] = "screensaver takes you back into the cretaceous and jurassic period and reminds you of these giant creatures that used to rule the earth at that time."; fDesc[9] = "your Windows XP Desktop."; fDesc[10] = "styles: simple, wood, golden, modern, professional and other. For each one of these, it includes 16 different frame models. Also, user can select frame thickness, inner border, background, etc."; fDesc[11] = "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."; fDesc[12] = "it (program short cuts, system commands, etc.) as well as change its look by \"skinning\" it."; fDesc[13] = "applications. The application lists of the Fifth Element are spread out in various categories namely Personal productivity software, Communications, Graphical software, Multimedia, General Utility, Security and Desktop Enhancement."; fDesc[14] = "customizable, since you can adjust many of its features, like the speed of the effects, the way to exit the screensaver, and so on. You can even create your own play list with your favourite tunes to sound with the screensaver."; 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 = '...'; } }