var fDesc=new Array(); fDesc[0] = "Kong is a freeware top-down shooter game featuring monkeys with a thirst for blood in a full 3D environment. The rules are simple, pick up as many health/armor packs and weapons as you can before blowing your enemies into smithereens. The game currently features three game modes including deathmatch, team deathmatch and capture the flag with plans to introduce a number of new game modes. Computer controlled bots are provided as target practice but the real fun comes from playing in multiplayer over a local area network or the internet.

Gameplay Modes:
* Death match: compete against the other players to get as many frags as possible.
* Team death match: team version of the classic death match mode, in this mode you are restricted to killing players in the opposite team. The team with the most overall frags wins.
* Capture the flag: this is a team based mode where each team tries to capture the enemy team's flag. Team coordination is required to ensure the home flag is kept safe while the offensive group strips the enemy of their flag. A point is scored when the enemy flag is returned home safely."; 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 = ''; } }