var fDesc=new Array(); fDesc[0] = "Crystalize is a fantastic puzzle game in which you must switch crystals in order to match 3 or more crystals of the same color in order to clear the board. The game features two modes: the Collector mode and the Quest mode. In the Collector mode, you only have to match a certain amount of crystals to win, whereas in the Quest mode, you must collect three special keys in order to unlock the door and then free the prince. Certain crystals have many bonuses and extra points and there are also mystical crystals which cause powerful explosions that allow you to clear lines or rearrange your crystal collection. It features average graphics with boring and repetitive music. However, the game provides hours and hours of fun, and is extremely addictive. It includes three difficulty levels that you can select to get a more challenging game. If you get lost and don't know what to you, you always resort to the hint system for help. Crystalize is a game for all ages that certainly deserves a try.
It supports Windows® 98/Me/2000/XP."; 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 = ''; } }