// Declare the unique values for this page.

end_point = 12;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "";
stages[2] = "r2v30";
stages[3] = "r3v50";
stages[4] = "d3h30r";
stages[5] = "d4h30l";
stages[6] = "d5h30r";
stages[7] = "d6h40r";
stages[8] = "j3whi1000l0";
stages[9] = "j4orn600s6";
stages[10] = "j5orn600s7";
stages[11] = "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] = false;


// Images to be shown only for one step
// Set each subscript to the string equivalent of the step number.

var onoff = new Array(end_point + 1);
onoff[0] = "";
onoff[1] = "";
onoff[2] = "old_j3";
onoff[3] = "resistor30";
onoff[4] = "resistor";
onoff[5] = "diode";
onoff[6] = "diode";
onoff[7] = "diode";
onoff[8] = "diode";
onoff[9] = "jumper_rnd";
onoff[10] = "jumper_rnd";
onoff[11] = "jumper_rnd";
onoff[12] = "";

