var fDesc=new Array(); fDesc[1] = "take the user from World War I to the modern day and back to World War II. This particular game takes you to the South Pacific Ocean and helps relive the scenarios of the Japanese-American battles."; fDesc[2] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[3] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[4] = "faster and save their precious time. It is a fully loaded tool like a Swiss knife. It uses a well known two window technology for a second level of exclusive features. So, simple tasks like copy, move, delete, update etc. are very easy with this amazing file management tool ..."; fDesc[5] = "the extracted sound clip to MP3 format it is very easy to use. Just open the desired MP3 file, point to the starting point in the timeline and then select the part where it stops (ending part) and finally click on save to save the selected audio."; fDesc[6] = "have to collect some items to enhance your score, get extra lives or obtain a weapon. For example, you can get a knife that can be used ONCE against a monster."; fDesc[7] = "manipulation. You can alter the structure, add or delete records, modify data, search/replace, view text, set a fixed length per column and more."; fDesc[8] = "extracted unfortunately are only stored in DVD format, but its simplicity makes it the greatest and the fastest freeware tool of its kind."; fDesc[10] = "Images/Files/Document s from the Weg. This toolbar adds features to what you want form the current Webpage and also has controls to see downloaded images in the form of a gallery ."; fDesc[11] = "size of a DVD file is going out of space,then it can be cut and stored in two CDs by using it."; fDesc[12] = "left-click on it, a message box popups asking for shutdown the PC. Next, you can choose from a list of actions like turnoff, reboot, logoff, lock user, hibernate, hang the Internet connection and more."; fDesc[13] = "metadata editor, allowing you to embed tagged information into your FLV files. The metadata can later be printed in either XML or YAML format. As a bonus, this application includes a convenient Flash player."; fDesc[14] = "Audio (*.wma), True Audio (*.tta), Monkey's Audio (*.ape), FLAC (*.flac) and WavPack (*.wv)."; 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 = '...'; } }