var fDesc=new Array(); fDesc[0] = "Dawn of War II is a new game in the Warhammer series of realtime strategy war game. This game ushers in a new chapter taking players to the brutal frontlines of war to lead an Elite Strike Force on a mission to save the galaxy. It’s the 41st Millennium in the Sub-Sector Aurelia, a cluster of worlds on the edge of the galaxy. Ancient races will clash across the planets that dot this sector of space, battling for the greatest of stakes; not only for control of Sub-Sector Aurelia, but the fate of each race."; 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 = ''; } }