// Declare the unique values for this page.

end_point = 16;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v30blk";
stages[3] = "r1v50";
stages[4] = "r2v50";
stages[5] = "r3v50";
stages[6] = "r4v50";
stages[7] = "q1up";
stages[8] = "q2dn";
stages[9] = "c1l10";
stages[10] = "c2r10";
stages[11] = "j3h60v10grn";
stages[12] = "j4h60v10grn";
stages[13] = "j5l0whi";
stages[14] = "j6l1whi";
stages[15] = "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] = 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] = "resistor";
onoff[5] = "resistor";
onoff[6] = "resistor";
onoff[7] = "resistor";
onoff[8] = "transistor";
onoff[9] = "transistor";
onoff[10] = "cap_elec_radial";
onoff[11] = "cap_elec_radial";
onoff[12] = "jumper_rnd";
onoff[13] = "jumper_rnd";
onoff[14] = "";
onoff[15] = "";
onoff[16] = "";
