var fDesc=new Array(); fDesc[0] = "It's easy to learn to play LunaPix.
Place lights to light up all the dark squares.
Clues tell you how many lights surround the clue squares.
Lights can't shine on one another.
Logic puzzles, each with a unique solution.

Each LunaPack includes 27 puzzles, Easy, Medium, and Hard, based on 9 pictures that are related, in some way, to a stated theme:

-Antique
-Chocolate
-Doorways
-Feline
-Silver
-Soft"; 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 = ''; } }