var fDesc=new Array(); fDesc[0] = "Ten thousand years have passed since the treasonous acts of Chaos toppled the Golden Age of mankind. Fires burn brightly throughout the galaxies, illuminating carnage and slaughter as mankind defends itself from ancient enemies. Hardened forces collide with one goal in mind, the complete extermination of their opposition. "Game of the Year" developer, Relic Entertainment, brings the world's most successful tabletop war game to the PC. Control one of four unique races in head-to-head or cooperative multiplayer action, where faith, skill, and strategy are requisites in ruling the universe."; 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 = ''; } }