var fDesc=new Array(); fDesc[0] = "A Utility for exploring the world of Dereth. Uses the database from AC-Spedia to map all known objects in Asheron's Call. You can easily add your own objects to this database, including detailed items such as buildings and roads. A Shortest Path routine can compute the shortest portal path between two points. Real-time party tracking makes corpse recovery easy! A very powerful and easy to use utility."; 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 = ''; } }