var fDesc=new Array(); fDesc[0] = "Arcana - the most famous trading card online game from Thailand.

Creature can deal combat damage to opponent's Life Force or opponent's creature. All creature cards have their own Attack Point (AT) and Hit Point (HP).

Special feature of creature card is "skill" (* you can see more information in Skill and Engine)

Sorcery is magical card that can effect to player or creature both good side and bad side.

Sorcery will effect as soon as we cast it. Normally sorcery card can use both in strategy phase in your turn and block phase in opponent's turn.but some of them can use only within specific phase. For example sorcery card with message"(STG ONLY)" can use only in strategy phase."; 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 = ''; } }