// Declare the unique values for this page.

end_point = 12;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v50blu";
stages[3] = "j3v50orn";
stages[4] = "j4h20non";
stages[5] = "r1h50";
stages[6] = "ic1dip8l";
stages[7] = "r2v80trim";
stages[8] = "j5plus10yel";
stages[9] = "r3v40";
stages[10] = "r4v50r10";
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_bare";
onoff[6] = "resistor";
onoff[7] = "";
onoff[8] = "trimpot";
onoff[9] = "jumper_rnd";
onoff[10] = "resistor50";
onoff[11] = "resistor50";
onoff[12] = "labels";
