// Declare the unique values for this page.

end_point = 23;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v30l10blk";
stages[3] = "j3v30r10blk";
stages[4] = "j4v50red";
stages[5] = "j5v30brn";
stages[6] = "j6v30blu";
stages[7] = "j7h30blu";
stages[8] = "j8h10non";
stages[9] = "j9h10non";
stages[10] = "j10h60brn";
stages[11] = "j11h60brn";
stages[12] = "j12h70vio";
stages[13] = "r1v50";
stages[14] = "r2v50";
stages[15] = "ic1dip16r";
stages[16] = "c1v30";
stages[17] = "c2v30";
stages[18] = "pb1dn";
stages[19] = "pb2up";
stages[20] = "j13v50vio";
stages[21] = "j14v50l10blu";
stages[22] = "blank";


// Show pointer arrow or not
var arrow = new Array(end_point + 1);
arrow[1] = false;
arrow[2] = true;
arrow[3] = true;
arrow[4] = true;
arrow[5] = true;
arrow[6] = true;
arrow[7] = true;
arrow[8] = true;
arrow[9] = true;
arrow[10] = true;
arrow[11] = true;
arrow[12] = true;
arrow[13] = true;
arrow[14] = true;
arrow[15] = true;
arrow[16] = true;
arrow[17] = true;
arrow[18] = true;
arrow[19] = true;
arrow[20] = true;
arrow[21] = true;
arrow[22] = true;
arrow[23] = false;


// Images to be shown only for one step
var onoff = new Array(end_point + 1);
onoff[0] = "";
onoff[1] = "";
onoff[2] = "jumper";
onoff[3] = "jumper";
onoff[4] = "jumper";
onoff[5] = "jumper";
onoff[6] = "jumper";
onoff[7] = "jumper";
onoff[8] = "jumper";
onoff[9] = "jumper10_bare";
onoff[10] = "jumper10_bare";
onoff[11] = "jumper";
onoff[12] = "jumper";
onoff[13] = "jumper";
onoff[14] = "resistor";
onoff[15] = "resistor";
onoff[16] = "";
onoff[17] = "cap_disc";
onoff[18] = "cap_disc";
onoff[19] = "";
onoff[20] = "";
onoff[21] = "jumper_50";
onoff[22] = "jumper_50";
onoff[23] = "labels";

