// Declare the unique values for this page.

end_point = 21;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "";
stages[2] = "j1v50blu";
stages[3] = "j2v50blu";
stages[4] = "j3h30blu";
stages[5] = "j4h20blu";
stages[6] = "r1h30";
stages[7] = "d1h40r";
stages[8] = "d2h30l";
stages[9] = "d3h40l";
stages[10] = "c1h30disc";
stages[11] = "c2l10elec";
stages[12] = "q1up";
stages[13] = "c3r110elec";
stages[14] = "";
stages[15] = "q2ebc";
stages[16] = "r2v50ebc";
stages[17] = "q2ecb";
stages[18] = "r2v50ecb";
stages[19] = "replace_secondary";
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] = false;
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] = "secondary";
onoff[1] = "secondary";
onoff[2] = "secondary";
onoff[3] = "jumper";
onoff[4] = "jumper";
onoff[5] = "jumper";
onoff[6] = "jumper";
onoff[7] = "resistor30";
onoff[8] = "diode25";
onoff[9] = "diode";
onoff[10] = "diode";
onoff[11] = "cap_disc";
onoff[12] = "cap_elec_radial";
onoff[13] = "transistor";
onoff[14] = "";
onoff[15] = "power_transistor";
onoff[16] = "to220";
onoff[17] = "resistor";
onoff[18] = "to220";
onoff[19] = "resistor";
onoff[20] = "";
onoff[21] = "";



