// Declare the unique values for this page.

end_point = 12;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30orn";
stages[2] = "j2v50orn";
stages[3] = "j3v50orn";
stages[4] = "j4v50blu";
stages[5] = "j5h10non";
stages[6] = "ic1dip8";
stages[7] = "r1v40";
stages[8] = "r2h60";
stages[9] = "r3r80trim";
stages[10] = "r4vr60";
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] = "";
onoff[1] = "";
onoff[2] = "jumper";
onoff[3] = "jumper";
onoff[4] = "jumper";
onoff[5] = "jumper";
onoff[6] = "jumper10_bare";
onoff[7] = "";
onoff[8] = "resistor";
onoff[9] = "resistor";
onoff[10] = "";
onoff[11] = "";
onoff[12] = "";

