// Declare the unique values for this page.

end_point = 18;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v50red";
stages[2] = "j2v30blk";
stages[3] = "ic1dip16";
stages[4] = "j3l0whi";
stages[5] = "j4l1whi";
stages[6] = "j5l2whi";
stages[7] = "j6l3whi";
stages[8] = "j7s0brn";
stages[9] = "j8s1brn";
stages[10] = "j9s2brn";
stages[11] = "j10s3brn";
stages[12] = "j11s5yel";
stages[13] = "j12s6orn";
stages[14] = "j13s7vio";
stages[15] = "j14pbablu";
stages[16] = "j15pbbgrn";
stages[17] = "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] = true;
arrow[18] = 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] = "";
onoff[5] = "";
onoff[6] = "";
onoff[7] = "";
onoff[8] = "";
onoff[9] = "";
onoff[10] = "";
onoff[11] = "";
onoff[12] = "";
onoff[13] = "";
onoff[14] = "";
onoff[15] = "";
onoff[16] = "";
onoff[17] = "";
onoff[18] = "";
