var fDesc=new Array(); fDesc[0] = "Grab your weapons and head to the battlefield.
Boasting both cooperative and single player game modes, a rich and original universe, and an innovative blend of RTS and FPS gameplay, Warlord gives you and fellow players a different experience from most titles out right now. Experience the intense combat and guerilla warfare in the crumbling country of Atelia. Whether you're fighting alone or with your friends, the odds are stacked against you as hundreds of Confederate soldiers and vehicles advance towards your base. Do you have what it takes to be a Warlord?"; 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 = ''; } }