var i = 0;
var TotalQuestions = 8;
var response = new Array();
var Qtype = new Array();
var choices = new Array();
var questions = new Array();
var tf = new Array();

response[11] = "No<br>This is a numbered monographic series.";
response[12] = "Yes<br>A year after the colon is definitely a serial.";
response[13] = "No<br>GTR after the colon is a serial designation.  This is a numbered monographic series.";
response[14] = "Maybe you should check by searching the call number on magic.  Type the call number through the / before the year.";
response[21] = "Right<br>The total numbers of fiche in a packet should be written by the call number on the shipping list.";
response[22] = "No.  We count the fiche not the envelopes.";
response[31] = "Yes";
response[32] = "Yes";
response[33] = "No<br>Revisions usually replace the earlier revision of this call no.";
response[34] = "Yes";
response[35] = "No";
response[36] = "Yes";
response[41] = "No<br>Checkin records are for serials only";
response[42] = "Yes";
response[43] = "Yes";
response[51] = "No";
response[52] = "No";
response[53] = "No";
response[54] = "Yes";
response[61] = "Not always. But anything that has a year after the colon is a serial.";
response[62] = "These need to be looked at... some are serials";
response[63] = "The monographs with a copy of the shipping list go to the waiting for records shelf.";
response[64] = "Only for paper... All volumes of microfiche are put in the volume field of 1 item.";
response[71] = "No";
response[72] = "Yes";
response[81] = "Yes";
response[82] = "No";
response[83] = "Yes";
response[84] = "No";

tf[11] = false;
tf[12] = true;
tf[13] = false;
tf[14] = false;
tf[21] =  true;
tf[22] = false;
tf[31] = true;
tf[32] = true;
tf[33] = false;
tf[34] = true;
tf[35] = false;
tf[36] = true;
tf[41] = false;
tf[42] = true;
tf[43] = true;
tf[51] = false;
tf[52] = false;
tf[53] = false;
tf[54] = true;
tf[61] =  true;
tf[62] = true;
tf[63] = false;
tf[64] = false;
tf[71] = false;
tf[72] = true;
tf[81] = true;
tf[82] = false;
tf[83] = true;
tf[84] = false;

choices[11] = "I 19.3:2000-149";
choices[12] = "HE 20.3008:2001";
choices[13] = "A 13.72:GTR-1999-30";
choices[14] = "HE 20.2:B 56/2/2001";
choices[21] = "True";
choices[22] = "False";
choices[31] = "Y 1.1/7:168/pt.1";
choices[32] = "HE 20.7002:AB 6/add.";
choices[33] = "Y 3.N 88:25/1632/rev.1";
choices[34] = "TD 4.709:4016.2:ch.12";
choices[35] = "HE 20.6093:AS 7/Span.";
choices[36] = "PREX 2.10:999/err.";
choices[41] = "In a checkin record";
choices[42] = "In the item record";
choices[43] = "In the bib";
choices[51] = "Discard the piece";
choices[52] = "Send it to the stacks.";
choices[53] = "Put it on the envelope shelf.";
choices[54] = "Put it on the orphan shelf.";
choices[61] = "Serials always have a year after the colon.";
choices[62] = "Everything with a year slashed onto a cutter (S 82/2000) are keep latest.";
choices[63] = "Anytime shipping list records don't come up the monographs need to be put on the key records shelf.";
choices[64] = "An item record is created for each volume of a multivolume.";
choices[71] = "True";
choices[72] = "False";
choices[81] = "Add information into the volume holdings of each piece.";
choices[82] = "Shelve them next to each other.";
choices[83] = "Put labels on both.";
choices[84] = "Tape the CD-ROM to the report.";

Qtype[1] = "checkbox";
Qtype[2] = "radio";
Qtype[3] = "checkbox";
Qtype[4] = "checkbox";
Qtype[5] = "checkbox";
Qtype[6] = "checkbox";
Qtype[7] = "radio";
Qtype[8] = "checkbox";

questions[1] = "These call numbers are on a shipping list you are checking. Check the ones you should suspect might have a serial record";
questions[2] = "Microfiche statistics are for the number of fiche sheets... not for the number of microfiche envelopes";
questions[3] = "Check the call numbers which should be done as a multivolume.";
questions[4] = "Where do volume holdings for microfiche monographs go?";
questions[5] = "If we don't have the main report for a transmittal, what should you do?";
questions[6] = "Mark all the following that are false";
questions[7] = "A Microfiche item record with 2 volumes gets an item record for each volume.";
questions[8] = "What additional steps are there for Reports that are accompanied by CD-ROMs?";