

//---------------------------------------------------------------------------
// TOP LEVEL
//---------------------------------------------------------------------------
// these are values used in the Top Level pages


// how many images in folder "...  images/photos"
var photosTotal = 0;

// (there is no folder but value required by code)






//---------------------------------------------------------------------------
// IMAGES menu page
//---------------------------------------------------------------------------
// these are values used on the top level images menu page for the 2 pictures that display side by side
// images are sequentially selected from these folders
// photos in the folder must be numbered 01.jpg, 02.jpg, 03.jpg... etc
// below specify the number of images in each folder...





// how many images in folder "...  graphics/photos/commercial_landscape"
var numOfCommercialLandscape = 3;


// how many images in folder "...  graphics/photos/commercial_square"
var numOfCommercialSquare = 3;


// how many images in folder "...  graphics/photos/editorial_landscape"
var numOfEditorialLandscape = 5;


// how many images in folder "...  graphics/photos/editorial_square"
var numOfEditorialSquare = 4;










