var fDesc=new Array(); fDesc[0] = "SnakeMeasurer is a useful application for snake lovers. It helps you measure the lenght of a squirming snake, even without touching it.

All you have to do is to take a ruler and put it next to your snake. After that, take a picture of this and SnakeMeasurer will compile it for you and it will give you the lenght of the moving snake."; 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 = ''; } }