var fDesc=new Array(); fDesc[0] = "gXiso is a Free Software to extract and upload Xbox ISO images to a Xbox.

It can read from rar, zip, gz and bz2 archives without using any disk space, the transfer speed will be near the maximum possible speed on your system.

System requirements:

Requirements

- Linux: Python 2.0, PyGTK 2.0, GTK 2.4. unrar or (better) rar to be able to read from RAR archives.

- Windows: All is included in the installer. But you need WinRAR installed to read from RAR archives."; 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 = ''; } }