// Declare the unique values for this page.

end_point = 21;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v30blk";
stages[3] = "j3v30blk";
stages[4] = "j4h30blk";
stages[5] = "j5v30blk";
stages[6] = "j6v30blk";
stages[7] = "j7v30yel";
stages[8] = "j8v30yel";
stages[9] = "j9v30red";
stages[10] = "j10h10non";
stages[11] = "d1h30l";
stages[12] = "d2h40l";
stages[13] = "r1v40";
stages[14] = "led1r10red";
stages[15] = "c1v30disc";
stages[16] = "c2r10elec";
stages[17] = "ic1up";
stages[18] = "c3d100elec";
stages[19] = "install_secondary";
stages[20] = "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] = 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] = "jumper";
onoff[10] = "jumper";
onoff[11] = "jumper10_bare";
onoff[12] = "diode";
onoff[13] = "diode";
onoff[14] = "resistor";
onoff[15] = "led";
onoff[16] = "cap_disc";
onoff[17] = "cap_elec_radial";
onoff[18] = "ic7805";
onoff[19] = "";
onoff[20] = "";
onoff[21] = "";

