var fDesc=new Array(); fDesc[0] = "This fun game will capture your attention and give you entertainment. This fun game has different challenges and special puzzles. You can play different modes like Classic Chuzzle where the main goal is to move bars and match three or more identical colors and the color of their eyes, you can play speed puzzle where you must match identical colors in a speed time challenge where some Chuzzle will get blocked and you won’t be able to move them. You can play Zen Chuzzle with casual or expert difficulty mode, and a Mind bender mode where you must form a specific figure moving the Chuzzles to their correct place. Each challenge has different strategies so fun will never be the same. Make special matches and earn the different trophies of Chuzzle gold. You can play different levels in each mode and entertainment will never end. This game allows you to play, to set options like music, volume and full screen, to check high scores, to check the Trophy room and to quit the game. In order to play all you need is your mouse, move your mouse and press left mouse button to select your options."; 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 = ''; } }