var fDesc=new Array(); fDesc[0] = "UO Auto-Map (UOAM for short) is a supplement to UO's radar map. You could call it a kind of GPS for UO. It's a utility that displays a portion of Ultima Online's map. The map can be scaled, tilted to match UO's orientation, labeled and configured in a number of different ways. You can even link up with your friends and have UOAM keep track of their locations as well.
The application works with all versions of Ultima Online including Third Dawn.
It allows you to link with your friends and keep track of everyone's location in the game, lets you chat with your friends while you play. The map can be oriented with North at the top or tilted 45 degrees to the right just like UO's radar map (only better). It also can be zoomed and resized.
Any location on the map can be labeled and categorized.
The program legal. But best of all it's free!"; 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 = ''; } }