var fDesc=new Array(); fDesc[0] = "Funny Faces is a colorful puzzle game in which you have to twist faces and pop balls to score points. This game offers different game modes to provide beginners and advanced users a fun and challenging gameplay. Each level has a goal, which is presented at the beginning of the level, and as you completed it the bar at the bottom of the screen is filled until to get to the next level. You have to use your intelligence to twist the faces in order to pop more and more. The games features colorful graphics with animated faces of a rabbit, a man, a cow, a monkey, to name but a few. In the Timed mode you have to get the highest score in 120 seconds, so you will have to be really fast. In the Clear-the-board mode, you have to clear the board of tokens strategically, and you can also play the Relax mode, in which you just have to pop balls freely for fun. The trial version only shows you the Classic Mode.
It supports Windows 95, 98, ME, 2000, XP or compatible, and allows you to play for 30 minutes."; 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 = ''; } }