var fDesc=new Array(); fDesc[0] = "QUOTE(Norganna @ Sep 19 2005, 07:27 AM)I was just wondering how close we are to universal zoning?well, in practice it wouldn&#39;t be too hard to implement, we just have to use GetMapInfo to grab the map name (which is the same in all language, though I probably would have to double check that with BiAji for the Chinese version).then the continent/zone index should be grabbed through a function."; 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 = ''; } }