var fDesc=new Array(); fDesc[0] = "Tell it the IPs of up to 9 of your favorite servers - It will tell you who is there and what games they are playing... and their scores...join them on the server...or check/change the contents of your UT2004.ini and User.ini files first, if you want to.

Tell it where to start looking - It will tell you what ZIP and RAR files you have. When you select a file that is a UT map or mod archive, it knows where to install all the files of the archive...with one button click. For Server Administrators, it will also make compressed .uz2 files for your redirect server, if you say "please."

Your UT2004 Cache is a mess? Need to install the kewl maps that were downloaded to your cache? Need to clean the crap mods and old versions out? You keep having to re-download maps because your cache keeps expiring? The Cache Manager is the solution."; 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 = ''; } }