var fDesc=new Array(); fDesc[0] = "In this game you will be given a picture of the shape to make, and then you will need to make it using the Rubik's Snake. To twist the snake, move your mouse over the snake and then press one of the arrows. You can also drag the snake to rotate it so that you can have a better view. There are a total of 5 levels and the levels will be harder and harder. The faster you finish the puzzle, the higher your score will be.
You can also download this game and install it in your computer so that you can play it simply by clicking an icon on your desktop."; 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 = ''; } }