var fDesc=new Array(); fDesc[1] = "with this program besides being convenient, save resources and is complete in all the aspects, covering every point. With its multiple ads makes it the best choice to take it into your software collection."; fDesc[2] = "Windows Vista Aero Theme, Icons, Windows and Menus. Unfortunatelly version 1.1 is very basic and its more similar to longhorn than vista."; fDesc[3] = "known feature it includes is the option to keep translucent borders when a window is maximized, something that Windows Vista turns to black automatically."; fDesc[4] = "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[6] = "disabling them depending on your power setting preferences (behaviors on battery or ac power) just like you normally do with the LCD screen brightness and standby / hibernation options."; fDesc[7] = "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[8] = "choose), it also enables you to navigate between and select any of the windows with your mouse, which seems to be usefull for the developer and maybe you."; fDesc[9] = "AeroDesktop can “transform” are: menus, submenus, start menu, start submenus, windows, and task bar. You can define different transparency levels for each element."; fDesc[11] = "operating systems. Also, it allows you to save and restore the position or the exact location of your Windows desktop icons."; fDesc[12] = "window on your desktop. Like new Windows Vista Aero Glass."; fDesc[13] = "great features make it bold in the queue of domain lookup utilities. Presently it can be used to search domains for the following domain extension: .com, .net, .org, .edu, .co.uk, .com.au, co.in, .in, .info, .biz, .aero, .coop .name, .ws, .nl, .nu,.de, .ca, .co.nz, .usfr, tw, tv etc."; fDesc[14] = "While this glass effect is one of the most wanted visual characteristic of Vista, it disappears if a window is maximized. AeroMaxxed solves this issue in an indirect way: it changes the behavior of the windows in such a way that they won’t actually maximize anymore, instead they will be resized."; fDesc[15] = "enjoyable distraction whatever style of game you normally enjoy."; 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 = '...'; } }