var fDesc=new Array(); fDesc[0] = "JK-Launch is a mod manager and game launcher for Jedi Outcast and Jedi Academy. It was created to help organise the many mods that are now available for the Jedi Knight II and III games.
Features of JK-Launch:
- Works with Jedi Outcast and Jedi Academy
- Singleplayer and Multiplayer compatible
- Can organise mods in base folder
- Can organise mods in separate directories
- Add new mod feature
- Configuration file editor with key binder and syntax highlighting
- Launch JK with desired level and any additional commands"; 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 = ''; } }