// 08q_key.js

correctChecks = new Array (true, true, true, true, true);// Be sure there is an entry in the array for each checkbox "checked" value
correctSelect = 5;                                   // 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

