// 01q_key.js





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


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


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


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





