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] = "allows the user to customize the LightScribe settings and even keep track of the system’s information. The user can double click on the LightScribe icon placed in the system tray on the right lower corner of the Windows desktop screen."; fDesc[3] = ", smooth playback of your standard and High-Def video and audio. Whether you're a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience."; fDesc[4] = "synchronise our data (calendar, contact, bookmarks, etc) from our PC to various devices such as iPhone, iPod touch, a more applications."; fDesc[5] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[7] = "Total Commander, file managing software. The bundle include the latest versions of following software. Total Commander, AIMP, Opera for USB, Sumatra PDF, The KMPlayer, Universal Extractor, uTorrent, XnView, and others."; fDesc[8] = "audio devices on Microsoft® Windows Vista® and Windows® XP. For more details, read the rest of this web release note. This download supports the following devices only: * Sound Blaster X-Fi Titanium Fatal1ty® Champion Series * Sound Blaster X-Fi Titanium Fatal1ty Professional Series * Sound Blaster X-Fi Titanium Professional Audio * Sound Blaster X-Fi Titanium * Sound Blaster X-Fi XtremeGamer Fatal1ty Professional Series * Sound Blaster X-Fi Platinum Fatal1ty Champion Series * Sound Blaster X-Fi XtremeMusic * Sound Blaster X-Fi XtremeGamer * Sound Blaster X-Fi Platinum * Sound Blaster X-Fi Fatal1ty * Sound Blaster X-Fi Elite Pro * Sound Blaster X-Fi Surround 5.1 * Sound Blaster X-Fi Xtreme Audio Karaoke * Sound Blaster X-Fi Added Features or Enhancements: * Added Microphone Reverb effect. * Added controls for Silencer settings (for certain audio devices only). * Improved controls..."; fDesc[9] = "will ask you to wait some minutes while it builds the search cache, by examining the content of your disks. You can save the searches and the listings of results in a file, for further reference."; fDesc[10] = "Fresh UI you will be able to set the best values for several system settings. The settings you can change are divided into multiple categories, such as Applications, Windows Explorer, Hardware, Windows Interface, Windows System and Covering your Tracks."; fDesc[11] = "guessing what songs are on what CD, get the label maker that automatically puts your track list on your CD/DVD label! Chock full of custom art for holidays and special occasions like Christmas, Valentines, birthdays, vacations, weddings and more! Automatically imports your track information from Acoustica MP3 CD Burner, WinAmp, Easy CD Creator or any other popular play list or previously burnt CD! Print on standard paper or stock sticker labels and jewel case templates."; fDesc[12] = "because the interface of it is very intuitive and we can handled like we wish. When we open the program we can find one toolbar, one panel for browse our files and for searchs images or videos and other two panels and a central window."; fDesc[13] = "usual XP menu, adding some features. You will see the user´s name on the top of the menu, the day, location, weather conditions (temperature, humidity, winds). On the right you will see the calendar of the current month, with the current day highlighted in white."; fDesc[14] = "startup programs. The software is very simple to use and small in size. Startup control panel is compatible with almost all common Windows versions such as Windows 98, 2000 , Me, NT and Windows XP."; fDesc[15] = "panel. By clicking on the elements of that tree, you can choose the images you want to see. They will be displayed in the upper right panel. In some cases, you will see some related slides in the lower left panel. The lower right panel will show you some data about the picture you´re watching."; 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 = '...'; } }