var fDesc=new Array(); fDesc[0] = "In The Bluecoats: North vs South you play as the head of one of the armies of the Civil War. Your aim is to conquer the American territory. Head up the Yankees or Confederates and destroy your enemy! Taking up positions, capturing states, assaulting and capturing enemy forts, attacking trains and protecting your railroads... you'll have to deal with everything! Capture the port to use the reinforcements coming from Europe."; 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 = ''; } }