/* You will need the trailing slash in the fullPath variable. It would be best to use the full path starting with your domain name leading to the folders that hold the full images for your gallery. Make sure that you maintain the exact format of the text variables, or the script might not work. If you edit this file in BBEdit, you shouldn't have to worry about multiple lines causing problems. Enjoy!
fullImg max dimensions are 590px by 390px*/

var totalImgs = 9;
var fullPath = './gallery/land/';

var img1text = 'Perception 2004, installation, left side view';
var img2text = 'Perception 2004, installation, combined views';
var img3text = 'Paper Moutain 2005, installation, handmade paper';
var img4text = 'Land Folds 2005, mixed media on mylar & davy board 15" x 32" x 7"';
var img5text = 'Landform 2004, mixed media on mylar 24" x 19"';
var img6text = 'Bared and Misted 2004, mixed media on mylar 9" x 12"';
var img7text = 'Here 2004, etching 8.25" x 23.25"';
var img8text = 'In this place I... 2004, etching 7.5" x 12.75"';
var img9text = 'Strung 2005, monoprint, handmade paper 17" x 20" x 3"';




var img1width = '293';
var img1height = '390';

var img2width = '590';
var img2height = '220';

var img3width = '519';
var img3height = '390';

var img4width = '590';
var img4height = '340';

var img5width = '581';
var img5height = '390';

var img6width = '502';
var img6height = '390';

var img7width = '590';
var img7height = '167';

var img8width = '401';
var img8height = '390';

var img9width = '420';
var img9height = '390';