var fDesc=new Array(); fDesc[0] = "Snood Deluxe is an infinitely addicting puzzle game where the player must use their wits and good aim to save the Snoods. By attaching Snoods of the same type in groups of three or more you can set the Snoods free and accumulate points.

You can team up with a friend to play the two-player Spider mode. Snood Deluxe also features an online leader board so other Snoodies like yourself can publish their greatest accomplishments. If that isn't enough, Snood Deluxe includes plenty of features for the creative Snood fan including the ability to craft custom Snoods and create brand new puzzles and upload them to other users."; 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 = ''; } }