var fDesc=new Array(); fDesc[0] = "Battle Academy 2: Eastern Front is a turn-based strategy game in which you will experience the brutal campaign from both sides as you play across 4 campaigns – as partisan, Tiger, T-34 and dozens of other accurately modeled units. You can customize your mission with the myriad settings before entering a unique and surprising battle every time."; 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 = ''; } }