//   ######################  PUZZLE SET UP FOR MAZE KEEPER IIpuzzlearray = new Array(1);puzanswerarray = new Array(1);puzzlearray[4] = ("Two men, starting at the same point, walk in opposite directions for 4 meters, turn left and walk another 3 meters."+"<br><br>What is the distance between them?<br><br>2 meters<br>6 meters<br>10 meters<br>12.5 meters<br>14 meters<br>");puzanswerarray[4] = ("10 meters");puzzlearray[6] = ("Which word of four letters can be added to the front of the following words to create other English words?<br><Br>"+"CARD <br>BOX <br>CODE <br>BAG <br>HASTE<br>");puzanswerarray[6] =("post");puzzlearray[7] = ("The same word can be added to the end of GRASS and the beginning of SCAPE to form two other English words?<br>");puzanswerarray[7] = ("land");puzzlearray[8] = ("What is the word coiled inside this circle?<br><br>"+"<center><table border=0 cellpadding=3 cellspacing=0>"+"<tr><th> &nbsp </th><th>O</th><th> N </th><th> &nbsp </th></tr>"+"<tr><th> R</th><th> &nbsp </th><th> &nbsp </th><th> G </th></tr>"+"<tr><th> T</th><th> &nbsp </th><th> &nbsp </th><th> E </th></tr>"+"<tr><th> &nbsp </th><th>S</th><th> R </th><th> &nbsp </th></tr></table></center>");puzanswerarray[8] =("stronger");puzzlearray[9] = ("The same three-letter word can be placed in front of the following words to make a new word:<br>"+"LIGHT <br>BREAK <br>TIME<br>");puzanswerarray[9] = ("day");