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] = "video with in one of the following file formats: DivX, AVI, DIV, TIX, QT, MOV, MPG, MPE, and MKV (the new DivX Plus HD video)."; fDesc[3] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[4] = "impression and seems to be well-thought, especially in terms of design. I would recommend this application to users, searching for a simple and easy-to use DVD movie player."; fDesc[5] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[6] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[7] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area."; fDesc[8] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!"; fDesc[9] = "customizations to suit your needs, including timed capture, capture Hotkey, Saving to File directly or to Clipboard, capturing a region,active window or full screen it has all the basic required features."; fDesc[10] = "you on a diving trip to the colorful coral reef where you will be able to see different kinds of corals, sponges and more. You can watch the rays of the sun filtering through the water, making you feel like you were really underwater."; fDesc[11] = "your childhood's stories. Pure water springs give birth to the Charming Waterfalls. The sound of water splashing could be heard in the background while you could see the water falling."; fDesc[12] = "show you all the well-known beauties of autumn. That wonderful season of the year when nature is getting ready to relax and wait during the cold winter months. In this season, you will see nature changing colors right in front of your eyes."; fDesc[13] = "clouds drift by and the meadow flowers bend in a gentle breeze. Download the full version of Living 3D Butterflies and watch your screen come alive with the beauty of spectacular 3D butterflies."; fDesc[14] = "you on a tropical island where you can really relax watching how the sky changes colors as the time of the sunset approaches. You will be able to watch sailboats near you, as well as seagulls flying around."; fDesc[15] = "predators from the safety of your own desk? With Living 3D Sharks Full Screen Saver, you can! This stunningly realistic shark screen saver will make you feel like you're in the deep, dark ocean with this incredible animals."; 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 = '...'; } }