// Declare the unique values for this page.

end_point = 6;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "d1h40l";
stages[2] = "d2h50l";
stages[3] = "j1orn300s1";
stages[4] = "j2orn300s2";
stages[5] = "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] = false;


// Images to be shown only for one step
var onoff = new Array(end_point + 1);
onoff[0] = "";
onoff[1] = "";
onoff[2] = "diode";
onoff[3] = "diode";
onoff[4] = "";
onoff[5] = "";
onoff[6] = "";

