var fDesc=new Array(); fDesc[0] = "A great entertaining puzzle, Fun Mice house is a great game of fast reactions. In this game you will play against a computer opponent, the objective of the game is to built a more stable tower than your opponent in a certain time. You can play this game in different levels, masterland, expertland, profyland, apprenticeland and noviceland. Graphics and game is very well done, the game will allow you to choose play, training, help, high scores, more games and to tell a friend. All you need in order to play is your mouse, move over your objective and click the left mouse button to select and release. Rules are very simple, you will have a tower of brick with numbers, all you need is to place the number in a part of the tower that makes number in descendant order. High numbers in the bottom and low bricks in the top so your tower will be stable. To reach next levels you need to bit your opponent in a certain time lap. if the tower of your opponent is stronger and more stable than your game will be over."; 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 = ''; } }