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[3] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[4] = "but most of all, for long movies, all in high quality. It is fast and has a menu system which will appear even while you are playing"; fDesc[5] = "lost parts of the powerful crystal. Playing this game is very easy and fun, move with the arrow keys and tab to swim up and reach caves under the surface of the water. Be careful with your enemies and don't let them touch you, some can kill you."; fDesc[6] = ", your adventure will begin after knowing that your grandfather left you a strange and old coffer. At the beginning of the game, you will see an explanation about an ancient pirate treasure, which had an unique artefact,"; fDesc[7] = "not that perfect however highly useful for people who would like to change their operating system look from time to time"; fDesc[8] = "beautiful crystals, you'll find it hard to stop playing, attaching crystals to each other and making them disappear."; fDesc[9] = "father, an archaeologist, disappears, her daughter will start an amazing adventure to find her. You will have to search for unique hidden objects that you had heard of in every level."; fDesc[10] = "logos on a cut piece of translucent crystal nestled in the coral. This aesthetically beautiful version can promote your company, reward your employees and will be the most creative corporate gift ever."; fDesc[11] = "screensavers, clocks, wallpapers, videos and these is classified by different categories. Now we are having the opportunity to review a screensaver called Crystal Clock, this one is full of color, amazing jewels around its face a spectacular view full of beautiful colors."; fDesc[12] = "Her Interactive. This title is based on the book The Mardi Gras Mystery. This instalment of the series is an outstanding improvement over the last game."; fDesc[13] = "program is easy to use and buttons are quickly created. Buttons are necessary for website navigation and therefore are a big part of any site. The program enables the user to create professional quality buttons without any problems and within just minutes."; fDesc[14] = "itself and is always burning? This beautiful screensaver will take you on a journey to the elves’ castle, deep under the ground."; fDesc[15] = "to help her in her quest by collecting as many crystals as you can. This application provides you with a nice looking interface, good colors, graphics, animation and a nice soundtrack."; 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 = '...'; } }