// Declare the unique values for this page.

end_point = 8;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "r1v50";
stages[3] = "r2h50";
stages[4] = "q1dn";
stages[5] = "j2orn300s0";
stages[6] = "j3whi1000l0";
stages[7] = "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] = 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] = "resistor";
onoff[4] = "resistor";
onoff[5] = "transistor";
onoff[6] = "";
onoff[7] = "";
onoff[8] = "";

