var fDesc=new Array(); fDesc[0] = "D3Emu is a multi-platform Diablo III server emulator written in a mix of languages. The core portion of the server is written in C++, but there is a new GUI-based server (in xcode/d3emu-cocoa) written using Objective-C++ and Cocoa libraries. If you're using the Xcode project, the header paths are all relative, and it assumes you installed the protobuf library to /usr/local/lib and /usr/local/include."; 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 = ''; } }