// Declare the unique values for this page.

end_point = 17;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "";
stages[2] = "j1v30blk";
stages[3] = "j2v30blk";
stages[4] = "j3v30blk";
stages[5] = "j4v30whi";
stages[6] = "r1h50";
stages[7] = "r2h50";
stages[8] = "r3h50";
stages[9] = "q1up";
stages[10] = "q2dn";
stages[11] = "q3up";
stages[12] = "j5orn300s1";
stages[13] = "j6orn600s2";
stages[14] = "j7orn600s3";
stages[15] = "j8whi1000l0";
stages[16] = "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] = true;
arrow[15] = true;
arrow[16] = true;
arrow[17] = false;


// Images to be shown only for one step

var onoff = new Array(end_point + 1);
onoff[0] = "old_j3";
onoff[1] = "old_j3";
onoff[2] = "old_j3";
onoff[3] = "jumper";
onoff[4] = "jumper";
onoff[5] = "jumper";
onoff[6] = "jumper";
onoff[7] = "resistor";
onoff[8] = "resistor";
onoff[9] = "resistor";
onoff[10] = "transistor";
onoff[11] = "transistor";
onoff[12] = "transistor";
onoff[13] = "";
onoff[14] = "";
onoff[15] = "";
onoff[16] = "";
onoff[17] = "";

