// Declare the unique values for this page.

end_point = 20;
var first_part = "start";

var stages = new Array(end_point);
stages[1] = "j1v30blk";
stages[2] = "j2v30blk";
stages[3] = "j3v30blk";
stages[4] = "j4v50red";
stages[5] = "j5v30red";
stages[6] = "j6v50red";
stages[7] = "j7h10no";
stages[8] = "d1v30dn";
stages[9] = "d2v30dn";
stages[10] = "i1h20";
stages[11] = "c1v25c";
stages[12] = "c2v100e";
stages[13] = "c3h10e";
stages[14] = "xform2nd";
stages[15] = "sec2bb";
stages[16] = "xform1st";
stages[17] = "r1v30";
stages[18] = "led1rt";
stages[19] = "blank";


// Arrows to be shown 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] = false;
arrow[16] = true;
arrow[17] = false;
arrow[18] = true;
arrow[19] = true;
arrow[20] = false;


// Images to be shown only for one step

var onoff = new Array(end_point + 1);
onoff[0] = "";
onoff[1] = "";
onoff[2] = "";
onoff[3] = "";
onoff[4] = "";
onoff[5] = "";
onoff[6] = "";
onoff[7] = "";
onoff[8] = "j7pic";
onoff[9] = "";
onoff[10] = "";
onoff[11] = "i1pic";
onoff[12] = "c1pic";
onoff[13] = "";
onoff[14] = "c3pic";
onoff[15] = "xform2nd";
onoff[16] = "";
onoff[17] = "xform1st";
onoff[18] = "";
onoff[19] = "led1pic";
onoff[20] = "";

