var fDesc=new Array(); fDesc[0] = "Stag Knight is a challenging skill game for free. The goal for you is to kill boyscouts as many as possible to complete the level. In the game, use four arrow keys to move, duck and jump. Press spacebar to attack your enemies. You can change weapons with number keys of 1-7. You can buy things in the shop between rounds. One round lasts for 60 seconds. The war is brutal. Come on and good luck!"; 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 = ''; } }