// Pictures 7

var t = 12; // Maximum number of thumbnails to display in one row
var twide = 60; // Width of thumbnails
var thigh = 40; // Height of thumbnails
var tdim = "width=\"60\""; // Dimension from which thumbnail images are resized
var mpwide = 500; // Width of main picture
var mphigh = 360; // Height of main picture
var mpdim = "height=\"360\""; // Dimension from which main image is resized
var scrollDown = 155; // Distance from top of page

thumbCss();
addLoadListener(displayImages);
