// 08q_key.js

correctChecks = new Array (true, true, false, false, false);// Be sure there is an entry in the array for each checkbox "checked" value
correctSelect = 1,2,                                  // Enter the correct option (First <option> is 1)
correctPage = "08c.html";                        // Set this variable to the name of the "correct" answers page
incorrectPage = "08t.html";                    // Set this variable to the name of the "incorrect" answers page

