// Declare the unique values for this page.

end_point = 14;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v50orn";
stages[3] = "j3v50r10blu";
stages[4] = "j4h30yel";
stages[5] = "j5h40brn";
stages[6] = "ic1l1458";
stages[7] = "r1h50";
stages[8] = "r2h30";
stages[9] = "r3h30";
stages[10] = "r4e10l";
stages[11] = "r5e10l";
stages[12] = "r6v40h30r";
stages[13] = "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] = true;
arrow[13] = true;
arrow[14] = 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] = "jumper";
onoff[7] = "";
onoff[8] = "resistor";
onoff[9] = "resistor30";
onoff[10] = "resistor30";
onoff[11] = "resistor_end";
onoff[12] = "resistor_end";
onoff[13] = "resistor50";
onoff[14] = "reference";
