var fDesc=new Array(); fDesc[0] = "Monkey's Friends 1.0 is a freeware game for the PC. We can download it quite easily from the website developer’s website. It is a quite basic game where our main goal is to get the keys, which open the cages where the naughty hunter keeps the monkey’s friends. They are Panda, Hippo, Lion, and Gorilla. We are in the jungle with a cascade in the background, and we must move the monkey with the stick to the left and to the right and try to destroy with the ball as many blocks as possible to get to the next level. While playing the game we get score points, bonuses, prizes, etc. At the beginning we can enter a nickname. After the game is over, we get our own score points and can compare them to the score table for other players or view the world table online. We are allowed to change the music volume, change the control keys, select between easy, medium and hard game levels, select full screen, see the rules and the help guide. The graphics and music are quite simply. It is very difficult to read. It runs under Windows NT, 2000, XP and Vista."; 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 = ''; } }