var fDesc=new Array(); fDesc[0] = "Artillery Chess is an interesting thinking game. It is derived
from an old but popular game in the Asia. Although it appears fairly
basic at first, you will rapidly find yourself immersed in the
strategic thought process of trying to eliminate your enemy.
Artillery Chess will challenge your intelligence. Your objective is
to defeat your rival by eliminating all his (or her) pieces or to
strategically block your opponent from being able to move any of
their pieces."; 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 = ''; } }