var fDesc=new Array(); fDesc[0] = "Battleground Europe Game Monitor is a third party external game monitoring utility for the MMO Battleground Europe. It provides access to a wide range of information about the game in a friendly and easy to navigate format. It is designed for those that want to check out what’s been happening without having to start the game."; 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 = ''; } }