// Declare the unique values for this page.

end_point = 28;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1h30orn";
stages[2] = "j2h30red";
stages[3] = "j3h30blk";
stages[4] = "j4h30blu";
stages[5] = "j5v30red";
stages[6] = "j6v30blk";
stages[7] = "j7h30non";
stages[8] = "r1v80trim";
stages[9] = "";
stages[10] = "old_j8";
stages[11] = "old_j9";
stages[12] = "old_j10";
stages[13] = "j11v30grn";
stages[14] = "r2h40";
stages[15] = "ic1l1458";
stages[16] = "j12v50orn";
stages[17] = "j13v50blu";
stages[18] = "r3v50";
stages[19] = "r4v40";
stages[20] = "r5v40";
stages[21] = "r6v40";
stages[22] = "j14h40whi";
stages[23] = "j15v30blk";
stages[24] = "r7v50diag";
stages[25] = "r8v60diag";
stages[26] = "j16h20blk";
stages[27] = "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] = false;
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] = true;
arrow[27] = true;
arrow[28] = 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_bare";
onoff[9] = "trimpot";
onoff[10] = "resume";
onoff[11] = "old_j8";
onoff[12] = "old_j9";
onoff[13] = "old_j10";
onoff[14] = "jumper";
onoff[15] = "resistor";
onoff[16] = "";
onoff[17] = "jumper";
onoff[18] = "jumper";
onoff[19] = "resistor";
onoff[20] = "resistor";
onoff[21] = "resistor";
onoff[22] = "resistor";
onoff[23] = "jumper";
onoff[24] = "jumper";
onoff[25] = "resistor";
onoff[26] = "resistor50";
onoff[27] = "jumper_50";
onoff[28] = "";

