var fDesc=new Array(); fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen."; fDesc[2] = "multiplayer games over the internet and chat at the same time. You can play games with other users all over the world and join to leagues and tournaments."; fDesc[3] = "storyline, which makes it really attractive. It is a strategy game which storyline develops in real-time mode. Players have to choose among twelve different civilizations from the Middle Ages , to make them rise and advance towards the conquest of the whole world."; fDesc[4] = "downloading. This software is used for faster and organized downloads. Platforms like Windows Vista and XP make use of it. ReGet Deluxe is basically another version of ReGet with advanced features and more convenient as a download manager"; fDesc[5] = "in order to create matches of at least three, but be sure you free other gems meanwhile. All the gems will advance each two shots, so you have to be fast and accurate."; fDesc[6] = "match together relics from Ancient Egypt. Blue cells will disappear when you make a match over them. You must make all blue cells disappear to advance to the next level. When an artifact appears, you must move it to the bottom of the board, making matches."; fDesc[7] = "cannons or puting your enemies into a collisions with a reef. With all your enemy ships cleared, you will advance to the next level. The game has an introductory tutorial that will explain you briefly how to play Seven Seas."; fDesc[8] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin."; fDesc[9] = "cards and albums easily and quickly. It is a combination of PowerPoint and Flash-making software, which has the ability to make a flash presentation. It is very user friendly, easy to learn for beginners as well. In addition to this, it has many other interesting features"; fDesc[10] = "all type and genre. The application is very helpful in development of visually appealing websites by providing in-built and ready to use templates. Using the templates in web development is just a breeze."; fDesc[11] = "Advance Vista Optimizer is basically a set of tools which will facilitate user to keep his system always clean and updated as a brand new system. Talking about some of the features, the tool includes various sub-tools for optimizing the operation of your system."; fDesc[12] = "interface, allowing the user to convert a XML file into another data format in batch mode. The software has modules such as the XMLFox advance and an executable module that runs within the console window or DOS-batch command file."; fDesc[13] = "to 98 percent, allowing you to share big Word files by e-mail and through the Internet without having to worry about their size. The original layout and the functionality of the Word document is carefully preserved, and its images compressed with a minimal loss of their original quality."; fDesc[14] = "provides users with a speedier office suite that uses less resources on PCs or laptop computers, and is compatible with MSWorks 1-9, StarOffice and OpenOffice."; fDesc[15] = "directly from any device. You can adjust MP3 sample rate from 22050 Hz to 44100 Hz, bit rate from 96 to 320 bits, mode can be stereo, joint stereo, dual channel or mono. It also has a tag editor."; 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 = '...'; } }