var fDesc=new Array(); fDesc[0] = "The game Astral Masters combines the best features of the computer game called Astral Tournament and collection card games. Two players compete in this turn-based game. Each of them fights against the opponent casting various spells and summoning fantastic creatures to his side. You can play either against the computer (both in single games and in tournaments) or against other people."; 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 = ''; } }