// Declare the unique values for this page.

end_point = 12;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "";
stages[2] = "";
stages[3] = "";
stages[4] = "";
stages[5] = "j1v30blk";
stages[6] = "r1v50";
stages[7] = "d1h30l";
stages[8] = "d2h30r";
stages[9] = "q1up";
stages[10] = "j2orn600s7";
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
var onoff = new Array(end_point + 1);
onoff[0] = "old_j2";
onoff[1] = "old_j2";
onoff[2] = "old_j2";
onoff[3] = "old_j1";
onoff[4] = "old_d2";
onoff[5] = "old_d1";
onoff[6] = "jumper";
onoff[7] = "resistor";
onoff[8] = "diode";
onoff[9] = "diode";
onoff[10] = "transistor";
onoff[11] = "";
onoff[12] = "";

