var fDesc=new Array(); fDesc[0] = "This application is currently still in active development and as such there may be a few rough edges in the interface and functionality, but it will be continually updated as time goes on and, thanks to it's self-updating feature, you never need to manually download new copies.
Features:
- Self-updating
- Download and install BHP games
- Download updates to your installed BHP games
- Repair your installed BHP games if files get broken or go missing
- Server browser to quickly join online games (including third party servers)
- Setup your settings for all games at once (does not support all settings yet)"; 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 = ''; } }