var fDesc=new Array(); fDesc[0] = "UOCartographer (aka UOC) is a free replacement for UOAutomap. It's features include support for the new lands of Ter Mur and compatibilty with the Enhanced Client (EC).

After installing it, when you run it for the first time it will build the maps. This may take a few minutes. If this fails for some reason, right click on the map window and choose Options and make sure the paths to the client and the client selection are correct. You may need to restart it if you do this."; 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 = ''; } }