// Declare the unique values for this page.

end_point = 24;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v30blk";
stages[3] = "j3v50red";
stages[4] = "j4v50red";
stages[5] = "j5h20non";
stages[6] = "j6h20non";
stages[7] = "r1v50";
stages[8] = "r2v40";
stages[9] = "r3v50";
stages[10] = "r4v50";
stages[11] = "r5v40";
stages[12] = "r6v40";
stages[13] = "r7v50";
stages[14] = "r8h50";
stages[15] = "r9h50";
stages[16] = "r10h50";
stages[17] = "r11v80trim";
stages[18] = "q1up";
stages[19] = "q2up";
stages[20] = "q3up";
stages[21] = "q4dn";
stages[22] = "j7l0whi";
stages[23] = "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] = 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_bare";
onoff[7] = "jumper_bare";
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] = "resistor";
onoff[17] = "resistor";
onoff[18] = "trimpot";
onoff[19] = "transistor";
onoff[20] = "transistor";
onoff[21] = "transistor";
onoff[22] = "transistor";
onoff[23] = "";
onoff[24] = "";

