var fDesc=new Array(); fDesc[0] = "BattleLine is a strategy game that puts tanks from different eras to fight against each other. As you win battle upon battle your team and your allied guilds can conquer nations until there are no more to conquer. You can command more than one tank in all of your battles, create tank teams that can not only attack but scout the enemy in lightning fast recons, pursue them in vicious counter-attacks or act as the battalion defender."; 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 = ''; } }