var fDesc=new Array(); fDesc[0] = "Shadow Era is a free to play, online collectible trading card game. It features deep strategy, easy gameplay, and gorgeous card art. Since Shadow Era is a trading card game, the first step to understanding the gameplay rules is to examine the different types of cards available. Shadow Era has four basic types of cards: hero, ally, ability and item."; 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 = ''; } }