var fDesc=new Array(); fDesc[0] = "The most complete, easy-to-use, and accurate graphical map for online games.

-Quickly pan and zoom the map to view the entire game world, or the details of a specific location.
-Icons are shown for all known game locations, NPCs, quest items, etc.
-Quickly display the shortest path from one location to another.
-Easily search for any location, NPC, or other object.

-Locations can be easily added and published for everyone to use.
- Easily download updates so that you always have the latest information."; 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 = ''; } }