var fDesc=new Array(); fDesc[0] = "This program helps you to create your brand new server, and keep it up-to-date with one click. It gives you an easier control panel.
Features:
- The program has a port forwarding button. You just type in the port, and the program opens it, on your local ip. If your local ip changes, it won't work! (it doesn't work on every computer/router)
- The program supports bukkit! Now you can download the latest CraftBukkit server using the program, and add/delete plugins.
- The program finds the newest snapshot, so you can use the newest servers as soon as they are released! If a new server property is added, I will do my best to add to the control panel, and publish it. The program checks for updates, so you can keep your sever up-to-date without visiting this site."; 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 = ''; } }