var fDesc=new Array(); fDesc[0] = "X3 ModManager is used by the games X3 Reunion and X3 Terran Conflict as a managing Catalog files (CATs) and Packed Files (PCKs/PBDs/PBBs).

Features:

- list content of catalogs
- extract selected files from catalogs or extract whole catalogs (normally or with drag & drop)
- display information about files in catalogs such as size (packed and original) and time of last modification
- view files in catalogs via external file viewer/editor"; 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 = ''; } }