var fDesc=new Array(); fDesc[0] = "The PAK Explorer allows you to create, browse and modify *.PAK files (compressed archives).
The program features the following: export files/folders/archive, import files/folders, drag'n'drop (import from Explorer/Desktop), view files (only works with files that have registered viewers) and support for ZWP archives (Dark Reign).

Note that only the PAK file format of Battlezone II is supported, which is not the same as that found with other games like Quake or Aquanox."; 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 = ''; } }