// JavaScript Document

var ShowArray;
var categoryandshowpath;


function createShowArrayExternal(){	

pathPrepend = "gallery/" ;
categoryandshowpath = "stage/all";


ShowArray = new Array(17);

ShowArray [0] = new Array(5);
ShowArray [1] = new Array(5);
ShowArray [2] = new Array(5);
ShowArray [3] = new Array(5);
ShowArray [4] = new Array(5);
ShowArray [5] = new Array(5);
ShowArray [6] = new Array(5);
ShowArray [7] = new Array(5);
ShowArray [8] = new Array(5);
ShowArray [9] = new Array(5);
ShowArray [10] = new Array(5);
ShowArray [11] = new Array(5);
ShowArray [12] = new Array(5);
ShowArray [13] = new Array(5);
ShowArray [14] = new Array(5);
ShowArray [15] = new Array(5);
ShowArray [16] = new Array(5);



//For set 1

//root

ShowArray [0][0] = pathPrepend + "content/"+categoryandshowpath+"/set1";

//initial state (0 = two images up, 1 = 1 in the center, 2 = banner 1, 3 = comicbook)

ShowArray [0][1] = 1;

//number of thumbs on the left

ShowArray [0][2] = 0;

//number of thumbs on the right

ShowArray [0][3] = 0;

//number of center thumbs

ShowArray [0][4] = 4;




//For set 2

//root

ShowArray [1][0] = pathPrepend + "content/"+categoryandshowpath+"/set2";


ShowArray [1][1] = 0;

//number of thumbs on the left

ShowArray [1][2] = 0;

//number of thumbs on the right

ShowArray [1][3] = 0;

//number of center thumbs

ShowArray [1][4] = 6;



//For set 3

//root

ShowArray [2][0] = pathPrepend + "content/"+categoryandshowpath+"/set3";


ShowArray [2][1] = 1;

//number of thumbs on the left

ShowArray [2][2] = 0;

//number of thumbs on the right

ShowArray [2][3] = 0;

//number of center thumbs

ShowArray [2][4] = 0;



//For set 4

//root

ShowArray [3][0] = pathPrepend + "content/"+categoryandshowpath+"/set4";


ShowArray [3][1] = 1;

//number of thumbs on the left

ShowArray [3][2] = 0;

//number of thumbs on the right

ShowArray [3][3] = 0;


//number of center thumbs

ShowArray [3][4] = 0;


//For set 4

//root

ShowArray [4][0] = pathPrepend + "content/"+categoryandshowpath+"/set5";


ShowArray [4][1] = 0;

//number of thumbs on the left

ShowArray [4][2] = 2;

//number of thumbs on the right

ShowArray [4][3] = 0;


//number of center thumbs

ShowArray [4][4] = 0;


//For set 4

//root

ShowArray [5][0] = pathPrepend + "content/"+categoryandshowpath+"/set6";


ShowArray [5][1] = 1;

//number of thumbs on the left

ShowArray [5][2] = 0;

//number of thumbs on the right

ShowArray [5][3] = 0;


//number of center thumbs

ShowArray [5][4] = 0;



ShowArray [6][0] = pathPrepend + "content/"+categoryandshowpath+"/set7";


ShowArray [6][1] = 1;

//number of thumbs on the left

ShowArray [6][2] = 0;

//number of thumbs on the right

ShowArray [6][3] = 0;


//number of center thumbs

ShowArray [6][4] = 0;






ShowArray [7][0] = pathPrepend + "content/"+categoryandshowpath+"/set8";


ShowArray [7][1] = 1;

//number of thumbs on the left

ShowArray [7][2] = 0;

//number of thumbs on the right

ShowArray [7][3] = 0;


//number of center thumbs

ShowArray [7][4] = 3;









ShowArray [8][0] = pathPrepend + "content/"+categoryandshowpath+"/set9";


ShowArray [8][1] = 1;

//number of thumbs on the left

ShowArray [8][2] = 0;

//number of thumbs on the right

ShowArray [8][3] = 0;


//number of center thumbs

ShowArray [8][4] = 0;









ShowArray [9][0] = pathPrepend + "content/"+categoryandshowpath+"/set10";


ShowArray [9][1] = 0;

//number of thumbs on the left

ShowArray [9][2] = 3;

//number of thumbs on the right

ShowArray [9][3] = 3;


//number of center thumbs

ShowArray [9][4] = 0;





ShowArray [10][0] = pathPrepend + "content/"+categoryandshowpath+"/set11";


ShowArray [10][1] = 1;

//number of thumbs on the left

ShowArray [10][2] = 0;

//number of thumbs on the right

ShowArray [10][3] = 0;


//number of center thumbs

ShowArray [10][4] = 0;








ShowArray [11][0] = pathPrepend + "content/"+categoryandshowpath+"/set12";


ShowArray [11][1] = 1;

//number of thumbs on the left

ShowArray [11][2] = 0;

//number of thumbs on the right

ShowArray [11][3] = 0;


//number of center thumbs

ShowArray [11][4] = 7;








ShowArray [12][0] = pathPrepend + "content/"+categoryandshowpath+"/set13";


ShowArray [12][1] = 1;

//number of thumbs on the left

ShowArray [12][2] = 0;

//number of thumbs on the right

ShowArray [12][3] = 0;


//number of center thumbs

ShowArray [12][4] = 0;







ShowArray [13][0] = pathPrepend + "content/"+categoryandshowpath+"/set14";


ShowArray [13][1] = 0;

//number of thumbs on the left

ShowArray [13][2] = 0;

//number of thumbs on the right

ShowArray [13][3] = 0;


//number of center thumbs

ShowArray [13][4] = 6;







ShowArray [14][0] = pathPrepend + "content/"+categoryandshowpath+"/set15";


ShowArray [14][1] = 1;

//number of thumbs on the left

ShowArray [14][2] = 0;

//number of thumbs on the right

ShowArray [14][3] = 0;


//number of center thumbs

ShowArray [14][4] = 0;







ShowArray [15][0] = pathPrepend + "content/"+categoryandshowpath+"/set16";


ShowArray [15][1] = 1;

//number of thumbs on the left

ShowArray [15][2] = 0;

//number of thumbs on the right

ShowArray [15][3] = 0;


//number of center thumbs

ShowArray [15][4] = 2;






ShowArray [16][0] = pathPrepend + "content/"+categoryandshowpath+"/set17";


ShowArray [16][1] = 1;

//number of thumbs on the left

ShowArray [16][2] = 0;

//number of thumbs on the right

ShowArray [16][3] = 0;


//number of center thumbs

ShowArray [16][4] = 4;




return(ShowArray);


}


