var fDesc=new Array(); fDesc[0] = "Eternal is a new kind of strategy card game. The game brings AAA pace and polish to the infinite possibilities of a deep strategy card game. You can build any deck you can imagine by freely mixing cards from an expanding collection, and plunge into lightning-fast battles. With dozens of enemy decks, wild “boss level” environments, and unique card mechanics, Eternal stands ready to challenge players at any hour of the day or night."; 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 = ''; } }