var fDesc=new Array(); fDesc[0] = "Journey through Lewis Caroll’s whimsical Wonderland to thwart the Queen of Hearts! Guide Alice through lavish backgrounds and exciting twists and turns while completing a variety of missions and rescuing your favorite Wonderland characters!

Main Features:

-High variety of FreeCells, Ranks, and Columns
-Earn “Hearts” to purchase special power-ups
-Story, Quickplay, Challenge, and Custom Modes
-Customizable settings allow for dramatic variety
-Unique Special Events, Pick-ups, and Missions"; 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 = ''; } }