// 02q_key.js



correctChecks = new Array (true, true, true, true);// Be sure there is an entry in the array for each checkbox "checked" value

correctSelect = 1,2,3,4;                                   // Enter the correct option (First <option> is 1)

correctPage = "02c.html";                        // Set this variable to the name of the "correct" answers page

incorrectPage = "02t.html";                    // Set this variable to the name of the "incorrect" answers page



