/* Picture dimensions */
var picX = 30;
var picY = 30;

/* Pictures per row */
var picColumns = 6;

/* Picture relative path */
var picThumb = "./images/valokuvaus/thumbs/";
var picImage = "./images/valokuvaus/"

var picArray = Array(1); /* The total amount of galleries */

/* Define galleries */
picArray[0] = Array(4); /* The total amount of images in the gallery */
picArray[0][0] = Array("takeataste.jpg", 588, 785);
picArray[0][1] = Array("sade.jpg", 668, 283);
picArray[0][2] = Array("kukka.jpg", 521, 800);
picArray[0][3] = Array("tie.jpg", 538, 706);
picArray[0][4] = Array("hamahakki.jpg", 519, 811);
picArray[0][5] = Array("vaahtera.jpg", 752, 480);

