var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "The System Information contains seven TABS for the Video, Audio, Network, Processor, Memory, Motherboard and BIOS information and Summary of all the hardware on the computer. The Boot Options allows the change of Boot order."; fDesc[3] = "Notebook LCD + External Display. The two projection resolution options available are Projection : XGA (1024 x 768 pixels) or Projection: Normal (800 x 600 pixels). After clicking the option button, this utility will enable notebook LCD and external display to specified resolution."; fDesc[4] = "your windows in any direction while switching. You can also configure advanced options related to graphic performance, general behavior, start up, and more."; fDesc[5] = "This way you won't have any more problems when switching form documents written in different languages."; fDesc[6] = "code and visual mode (powered by MS Internet Explorer). The user can be typing HTML code and see how that looks like switching to the visual mode, where the application will display the reault in a WYSIWYG manner."; fDesc[7] = "one, with only shortcuts to programs and folders you normally have on your Desktop or access it via the start menu. Create your own skins to personalize it."; fDesc[8] = "compliant MPEG streams and pristine formats, along with precise customized settings. The application is ideally suited for the creation of MPEG-2 streams, and is highly useful especially for the 3DCG Animators, non-liner video editors, game creators as well as DVD professionals."; fDesc[9] = "AMD CPUs under Windows XP. Basically all it does is creating a power scheme under the power settings in the system panel and making this the default power scheme for Windows XP.When this is done, you can control all settings of this new scheme through the applet."; fDesc[10] = "Switching of virtual screens is performed by using the MSEW panel or by hot keys."; fDesc[11] = "lines, Hexic rotates 3 of them. Match three or more of the same colour in a cluster to make them disappear. New blocks will fall from above and take their place."; fDesc[12] = "print documents on behalf of any user account without switching between users. Enjoy!"; fDesc[13] = "lot of system resources for its performance. This application has a very simple and easy-to-use interface. Also it allows automatic switching between selected wallpapers in time intervals defined by user."; fDesc[14] = "Keep your icon layout in a file, with several versions."; fDesc[15] = "Thus it becomes easy for left and right handed users to work on the same system quickly. The software provides a replacement to the traditional switching of mouse buttons by using the control panel>>mouse properties."; 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 = '...'; } }