var fDesc=new Array(); fDesc[0] = "Remere's Map Editor is a map editor coded in C for the OpenTibia Project . It supports many advanced features such as autobordering and placing of composite objects. Runs under both Linux and Windows using wxWidgets and OpenGL.
Development began during the summer of 2007 due to Remere's frustration of the only map editor available at the time SimOne's Map Editor, as it did not operate under 64-bit systems at the time and was only available for Windows."; 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 = ''; } }