var fDesc=new Array(); fDesc[0] = "With Civil War General 2, you have the chance to relive history--or rewrite it, choosing as you see fit to serve the Union or the Confederate armies. Step into a pair of very famous shoes (or combat boots) of the famous Robert E. Lee, or Grant, Sherman, or Jackson. Whichever side and personality you choose, one thing is for sure: thousands of lives depend on your next action. With its realistic battles, the game doesn't give players much time to ponder anything. Set up headquarters and command a dozen different types of units. Choose from over 60 different weapons for your arsenal."; 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 = ''; } }