var fDesc=new Array(); fDesc[0] = "Game Extractor is a powerful application that allows you to open and manipulate game archives very simply. First of all, to run this program run it requires Java to be installed on your computer, but this is not a problem because you can download it from the developer's site for free. This utility can be very useful to manipulate many of your game archives from different gaming platforms such as PC, XBox, and Playstation. Besides the ability to open archives of various types, add and remove files, and save your archives for use, Game Extractor also enables you to preview the files to edit or directly extract them from the archives to your computer. The interface is not so easy to use, but after a few minutes you will get used to it. many convenient functions such as renaming and replacing files, searching for files, and customization of the interface. It also offers many convenient functions such as renaming and replacing files, searching for files, and customization of the interface. Note that the free version will only allow you to read game archives, but if you want to write or manipulate archives, you will have to get the full version which is very cheap."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }