var fDesc=new Array(); fDesc[0] = "Forge of Freedom: The American Civil War 1861-1865 combines grand strategy with battlefield tactics in one game, putting you in command at every level of the Civil War, from the mobilization of your nation’s resources to the control of individual brigades during the fury of battle. Relive the days of America’s greatest struggle: a time of blood, smoke, and glory."; 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 = ''; } }