// Declare the unique values for this page.

end_point = 26;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v50red";
stages[3] = "j3h10non";
stages[4] = "j4h60orn";
stages[5] = "j5h40orn";
stages[6] = "ic1dip16";
stages[7] = "r1v50";
stages[8] = "r2v50";
stages[9] = "r3v50";
stages[10] = "r4v40";
stages[11] = "r5v40";
stages[12] = "r6v40";
stages[13] = "r7h80";
stages[14] = "r8h80";
stages[15] = "r9h80";
stages[16] = "r10h100";
stages[17] = "j6h50yel";
stages[18] = "j7h80yel";
stages[19] = "j8h160grn";
stages[20] = "j9s0orn";
stages[21] = "j10s1orn";
stages[22] = "j11s2orn";
stages[23] = "j12s3orn";
stages[24] = "j13blk500";
stages[25] = "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] = true;
arrow[24] = true;
arrow[25] = true;
arrow[26] = 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] = "jumper10_bare";
onoff[5] = "jumper";
onoff[6] = "jumper";
onoff[7] = "";
onoff[8] = "resistor";
onoff[9] = "resistor";
onoff[10] = "resistor";
onoff[11] = "resistor";
onoff[12] = "resistor";
onoff[13] = "resistor";
onoff[14] = "resistor";
onoff[15] = "resistor";
onoff[16] = "resistor50";
onoff[17] = "resistor50";
onoff[18] = "jumper";
onoff[19] = "jumper_375";
onoff[20] = "jumper_375";
onoff[21] = "";
onoff[22] = "";
onoff[23] = "";
onoff[24] = "";
onoff[25] = "";
onoff[26] = "";

