var fDesc=new Array(); fDesc[0] = "Etherlords is a turn-based card strategy game set in a fantasy world. The player selects either the Kinet/Vital or the Chaot/Synthet campaign.
In the beginning the player only has the standard set of cards available per race, but as different locations on the strategic map are captured, the player can buy new, more powerful cards. To buy cards the player needs resources, which can be simply picked up or acquired by capturing mines. Both the strategic map and the battlefield utilize 3D graphics."; 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 = ''; } }