	CrosswordWidth = 21;
	CrosswordHeight = 21;
	Words = 29;
	WordLength = new Array(5, 7, 8, 9, 6, 9, 3, 4, 5, 6, 6, 9, 4, 6, 5, 10, 8, 5, 3, 14, 14, 15, 3, 13, 4, 10, 5, 5, 3);
	Word = new Array("QUEEN", "DWARVES", "PRINCESS", "BEANSTALK", "KNIGHT", "SNOWWHITE", "RAN", "CARE", "STRAW", "MIRROR", "CASTLE", "FAIRYTALE", "WOLF", "POISON", "BLOOD", "THUMBELINA", "RAPUNZEL", "QUEST", "WAN", "PRINCECHARMING", "SLEEPINGBEAUTY", "RUMPELSTILTSKIN", "COW", "GRIMMBROTHERS", "HERO", "CINDERELLA", "APPLE", "TIMID", "WOE");
	Clue = new Array("Evil stepmother's title", 
"Minor miners", 
"Slept upon a pea", 
"Led to a city in the sky", 
"Wears shiny armor", 
"Fell into a deadly sleep", 
"Dashed", 
"Regard", 
"Unreliable building material", 
"Tells it like it is", 
"King's abode", 
"A story for children", 
"Grandmother's nemesis", 
"Nightshade", 
"I smell the ____ of an Englishman", 
"Petite girl kidnapped by frogs", 
"She had plenty need of a comb", 
"Adventure", 
"Pale", 
"Hero's name", 
"Only a kiss could save her", 
"Knew how to spin straw into gold", 
"Traded for magic beans", 
"German authors Jacob and Wilhelm", 
"Always gets the girl", 
"A little ragged around the edges", 
"Never take this from a stranger", 
"Not an apt description of Fiona", 
"Sorrow");
	AnswerHash = new Array(4685, 74786, 59141, 62751, 97720, 61878, 21569, 80990, 69278, 76474, 14073, 52012, 97655, 70836, 83781, 78210, 61573, 19961, 77224, 46307, 28787, 91901, 37494, 18867, 12449, 28982, 17269, 72379, 15054);
	WordX = new Array(5, 13, 11, 0, 10, 6, 14, 9, 4, 13, 4, 10, 3, 15, 8, 0, 3, 5, 14, 11, 7, 20, 9, 18, 14, 16, 5, 12, 3);
	WordY = new Array(0, 0, 2, 4, 5, 9, 10, 11, 13, 13, 15, 17, 18, 19, 20, 0, 0, 0, 0, 2, 3, 5, 7, 7, 8, 8, 15, 16, 18);
	LastHorizontalWord = 14;
	OnlyCheckOnce = false;
