// Declare the unique values for this page.

end_point = 27;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "";
stages[2] = "j1v30blk";
stages[3] = "j2v30blk";
stages[4] = "j3v30blk";
stages[5] = "j4v30blk";
stages[6] = "j5v30blk";
stages[7] = "j6v50orn";
stages[8] = "j7v50orn";
stages[9] = "j8h30orn";
stages[10] = "j9h20orn";
stages[11] = "j10h10non";
stages[12] = "r1h30";
stages[13] = "d1h50l";
stages[14] = "d2h30r";
stages[15] = "d3h40r";
stages[16] = "c1v30disc";
stages[17] = "c2r10elec";
stages[18] = "q1up";
stages[19] = "c3l110elec";
stages[20] = "";
stages[21] = "q2ebc";
stages[22] = "r2v50ebc";
stages[23] = "q2ecb";
stages[24] = "r2v50ecb";
stages[25] = "replace_secondary";
stages[26] = "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;
arrow[22] = true;
arrow[23] = true;
arrow[24] = true;
arrow[25] = true;
arrow[26] = true;
arrow[27] = false;


// Images to be shown only for one step
var onoff = new Array(end_point + 1);
onoff[0] = "secondary";
onoff[1] = "secondary";
onoff[2] = "secondary";
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] = "jumper";
onoff[12] = "jumper10_bare";
onoff[13] = "resistor30";
onoff[14] = "diode25";
onoff[15] = "diode";
onoff[16] = "diode";
onoff[17] = "cap_disc";
onoff[18] = "cap_elec_radial";
onoff[19] = "transistor";
onoff[20] = "";
onoff[21] = "power_transistor";
onoff[22] = "to220";
onoff[23] = "resistor";
onoff[24] = "to220";
onoff[25] = "resistor";
onoff[26] = "";
onoff[27] = "";



