// 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] = "r1v50";
stages[4] = "r2v50";
stages[5] = "r3v50";
stages[6] = "r4v50";
stages[7] = "d1l40";
stages[8] = "d2l30";
stages[9] = "d3r40";
stages[10] = "d4l40";
stages[11] = "d5r30";
stages[12] = "d6r40";
stages[13] = "q1dn";
stages[14] = "q2up";
stages[15] = "led1l10whi";
stages[16] = "j3s0orn";
stages[17] = "j4clk0grn";
stages[18] = "j5s1orn";
stages[19] = "j6clk1grn";
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] = "resistor";
onoff[5] = "resistor";
onoff[6] = "resistor";
onoff[7] = "resistor";
onoff[8] = "diode";
onoff[9] = "diode";
onoff[10] = "diode";
onoff[11] = "diode";
onoff[12] = "diode";
onoff[13] = "diode";
onoff[14] = "transistor";
onoff[15] = "transistor";
onoff[16] = "led";
onoff[17] = "";
onoff[18] = "";
onoff[19] = "";
onoff[20] = "";
onoff[21] = "";

