// Declare the unique values for this page.

end_point = 10;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2h20non";
stages[3] = "r1v50";
stages[4] = "r2v50";
stages[5] = "q1dn";
stages[6] = "q2dn";
stages[7] = "j3orn300s0";
stages[8] = "j4whi1000l0";
stages[9] = "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] = 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] = "jumper_bare";
onoff[4] = "resistor";
onoff[5] = "resistor";
onoff[6] = "transistor";
onoff[7] = "transistor";
onoff[8] = "";
onoff[9] = "";
onoff[10] = "";

