var fDesc=new Array(); fDesc[1] = "Microsoft and some of the other leading gaming industries. It mainly focuses on four key features – Quality, Compatibility, Safety and Ease of playing. It is easy to download and install and supports Windows Vista and Windows XP Service Pack 2 Operating Systems."; fDesc[2] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes."; fDesc[3] = "from the main window to perform a desired action. You can split any large file into a desired number of files, merge them back into one or convert to/from WMA, WAV, OGG or MP3 formats."; fDesc[4] = "religious and ethnic violence a joint force of western countries is coming down to the country to control the situation. The game can be played online with up to 150 players or you can play it on LAN with about 64 players."; fDesc[5] = "Cross´ method, the loads can be single or distributed. The main utility of this program, targeted at architects and construction engineers, would be to optimize joint positions (i.e. positions with zero moment) in purlins or beams."; fDesc[7] = "individual basis. Joining it back in the same file again is very simple. You simply double click in the autogenerated executable file you find in the folder you chose for the splitted pieces and they will automatically be merged in a single file equal to the original."; fDesc[8] = "split audio files into smaller pieces or join several Mp3 files together. With this software, you are going to be able to split audio files into 99 equal parts. Of course you can split into two, three or any number of equal parts you want."; fDesc[9] = "which makes your interaction easier. It provides on-screen information about the location of the recorded conversation and also gives you the option to select the type of recording mode, namely Mono, Stereo and Joint Stereo."; fDesc[10] = "and WAV files with different encoding parameters such as sample frequency, audio bit rate and channels (mono, stereo and joint stereo)."; fDesc[11] = "application, you will be able to cut an audio file from any starting point to any ending point. Besides, the program also allows you to split the audio file into equal parts."; fDesc[12] = "(palm pilot)."; fDesc[13] = "board on a new aircraft and fly from three new carriers. The add-on features military equipments such as USS Bonhomme Richard, French Charles de Gaulle, British HMS Illustrious, F-35C Lightning II Joint Strike Fighter, AV-8B II Plus Harrier and Rafale M."; fDesc[14] = "will also be able to convert your WAV files into MP3. The software supports MP3, MP2, MP1 and MPG. Once you convert your files, you will be able to burn them to a CD"; fDesc[15] = "depicted. In escalation the uprising escalates into full-scale warfare, and the focus now is on heavier forces, such as tanks and attack helicopters. This is a multiplayer game which can be played with about 150 players online."; 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 = '...'; } }