var fDesc=new Array(); fDesc[0] = "The most unique feature which make this game diferent from other snakes is the possibility to cut you snake. All you have to do is to reach your tail with your head or in other words bite in your own tail. This will make your snake 2 times shorter and also few mushrooms (bad items) will appear. It requires some practice to cut you snake easily.

There are many game modes: you can change game speed, lifes, borders or partitial, arena size and other things. All the modes have seperate higscore tables containing the 20 best scores."; 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 = ''; } }