// Declare the unique values for this page.

end_point = 14;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "old_transformer";
stages[2] = "j1v30blk";
stages[3] = "j2h10non";
stages[4] = "j3h20non";
stages[5] = "j4h50yel";
stages[6] = "d1up30";
stages[7] = "d2up30";
stages[8] = "j5transformer_blk";
stages[9] = "r1h50";
stages[10] = "j6transformer_yel";
stages[11] = "r2h50";
stages[12] = "j7transformer_yel";
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] = "old_transformer";
onoff[3] = "jumper";
onoff[4] = "jumper10_bare";
onoff[5] = "jumper_bare";
onoff[6] = "jumper";
onoff[7] = "diode25";
onoff[8] = "diode25";
onoff[9] = "";
onoff[10] = "resistor50";
onoff[11] = "";
onoff[12] = "resistor50";
onoff[13] = "";
onoff[14] = "labels";
