var fDesc=new Array(); fDesc[0] = "Set in World War II Western Europe, WWII Online: Battleground Europe is a brutally realistic MMO featuring hundreds of towns and cities in a huge, zone-less map where battles rage for days and campaigns for weeks. Choose to fight alongside the axis or allies against thousands of players and advance your character rank to unlock equipment and permissions."; 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 = ''; } }