var fDesc=new Array(); fDesc[0] = "Bukkit is a free, open-source, software project that provides the means to extend the popular Minecraft multiplayer server. Learning from the mistakes made by other mods, Bukkit aims to be different and fill the void left by them: built from the ground up, focused on performance, ease-of-use, extreme customization and open communication between the Team and you. The overall design of Bukkit has been inspired by other mods and our experience as Minecraft players just like yourselves, giving us a unique perspective and advantage going into the creation of the Bukkit Project."; 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 = ''; } }