// Declare the unique values for this page.

end_point = 23;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1h30red";
stages[2] = "j2h30blk";
stages[3] = "j3h30blk";
stages[4] = "j4h30red";
stages[5] = "j5v30blk";
stages[6] = "j6v30blk";
stages[7] = "j7v30blk";
stages[8] = "j8v30blk";
stages[9] = "j9v30blk";
stages[10] = "j10v30blk";
stages[11] = "j11v30blk";
stages[12] = "j12h10no";
stages[13] = "r1v50";
stages[14] = "r2v50";
stages[15] = "r3v50";
stages[16] = "r4v50";
stages[17] = "r5d50l";
stages[18] = "r6d50l";
stages[19] = "r7d50l";
stages[20] = "r8d50l";
stages[21] = "dipswitch";
stages[22] = "blank";

// Arrows to be shown 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] = true;
arrow[15] = true;
arrow[16] = true;
arrow[17] = true;
arrow[18] = true;
arrow[19] = true;
arrow[20] = true;
arrow[21] = true;
arrow[22] = true;
arrow[23] = 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] = "jumper";
onoff[8] = "jumper";
onoff[9] = "jumper";
onoff[10] = "jumper";
onoff[11] = "jumper";
onoff[12] = "jumper";
onoff[13] = "jumper10_bare";
onoff[14] = "resistor";
onoff[15] = "resistor";
onoff[16] = "resistor";
onoff[17] = "resistor";
onoff[18] = "resistor";
onoff[19] = "resistor";
onoff[20] = "resistor";
onoff[21] = "resistor";
onoff[22] = "";
onoff[23] = "labels";

