var fDesc=new Array(); fDesc[0] = "Players will be assigned to an inland defense perimeter protecting a command post to repel an expected airborne assault. It has more depth and game play variations smarter troops and with more weapons to choose from. Continuous day and night fighting with searchlights and night flares."; 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 = ''; } }