var fDesc=new Array(); fDesc[0] = "Sapphire Yours offers more than 570 puzzles for you to solve. Spend a few minutes watching the demos displayed on startup to see what happens with various objects in the game. Then start working your way through the levels. Pick a difficulty level, then choose from the many puzzles at that level. You can go anywhere in the levels without working your way through a tedious progression. Capture sapphires, watch out for boulders, use converters and bombs to finish the level, and reach the exit door. Plan ahead, though, because you can't backtrack to get something in the right sequence. You get background music and hints at the start of each puzzle. If you get a solution, you can save it as a demo for future reference. The level editor makes it possible to create your own puzzles to amaze and frustrate your friends. If mazes and puzzles are your challenge, then take this one for a test spin."; 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 = ''; } }