var fDesc=new Array(); fDesc[0] = "Provides easy access to settings and options to host your own server.

- Host multiple games at once from the same PC
- Play easier with your friends. Add them to safelist (so they can always join your game, even if it's full), make them admins like you, hold slot for them and many more
- Total control over your game. (ability to kick << on vote >>, mute, swap, ban players)
- Keep detailed statistics about your Dota games, game players, bans etc. with a MySql database and a interface like Dota OpenStats
- Ability to control the game latency
- Ability to auto-save games when someone is disconnected, and later resume them"; 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 = ''; } }