// JavaScript Document
var images = new Array(
Array(""),  //This is the array name, assigned to h3
Array("images/current_work/3sisters-48x72.jpg", "3 Sisters", '48"x72"', 1),
Array("images/current_work/After-48x48.jpg", "After", '48"x48"', 1),
Array("images/current_work/bowout-48x48.jpg", "Bow Out", '48"x48"', 1),
Array("images/current_work/fieldstorm4-36x80.jpg", "Field Storm 4", '36"x80"', 1),
Array("images/current_work/HarvestField1-24x60.jpg", "Harvest Field 1", '24"x60"', 1),
Array("images/current_work/stormsweet6-sold30x60.jpg", "Storm Sweet 6", '30"x60" SOLD', 1),
Array("images/current_work/SunsetField3-36x60.jpg", "Sunset Field 3", '36"x60"', 1),
Array("images/current_work/sunsettreetops7-40x60.jpg", "Sunset Tree Tops 7", '40"x60"', 1),
Array("images/current_work/treeportrait42x42.jpg", "Tree Portrait", '40"x40"', 1),
Array("images/current_work/whitePine-48x48.jpg", "White Pine", '48"x48"', 1)
);


/*// JavaScript Document
var images = new Array(
Array(""),  //This is the array name, assigned to h3
Array("images/current_work/BIG-RED-,40x70.jpg", "Big Red", '40"x70"', 1),
Array("images/current_work/Giver-3-,7x7.jpg", "Giver 3", '7"x7"', 1),
Array("images/current_work/sky-trees-water-,36x48.jpg", "Sky Trees Water", '36"x48"', 1),
Array("images/current_work/stainless-field-1.jpg", "Stainless Field", '', 1),
Array("images/current_work/storm-sweet-2-,18x60.jpg", "Storm Sweet 2", '', 1),
Array("images/current_work/Storm-Sweet-,54x54.jpg", "Storm Sweet", '54"x54"', 1),
Array("images/current_work/Tall-pine-,80x30.jpg", "Tall Pine", '80"x30"', 1),
Array("images/current_work/Tree-Top-Dark-,36x60.jpg", "Tree Top Dark", '36"x60"', 1),
Array("images/current_work/Wake,Grow,Give,Sleep,30x80.jpg", "Wake Grow Give Sleep", '30"x80"', 1),
Array("images/current_work/yellow-sky-water-blue-,20x60.jpg", "Yellow Sky Water Blue", '20"x60"', 1)
);


*/

/*var images = new Array(
Array("David has recently been inspired by the fields that surround Brantford. His new paintings are large and feature bold fall colours."),  //This is the array name, assigned to h3
Array("images/current_work/shase-tree.jpg", "Shade Tree", '40"x60" SOLD'),
Array("images/current_work/tree-piece-49.jpg", "Tree Piece 49", '80"x30"', 1),
Array("images/current_work/windy-day-tree-3.jpg", "Windy Day Tree 3", '40"x80"', 1),
Array("images/current_work/country-road-2.jpg", "Country Road 2", '55"x45"', 1),
Array("images/current_work/field-storm-3.jpg", "Field Storm 3", '30"x48"', 1),
Array("images/current_work/country-road.jpg", "Country Road", '', 1),
Array("images/current_work/autumn-maple-6.jpg", "Autumn Maple 6", '30"x48" SOLD'),
Array("images/current_work/highway-60.jpg", "Highway 60", '48"x72"', 1),
Array("images/current_work/peacful-place.jpg", "Peaceful Place", '40"x30"', 1),
Array("images/current_work/reflections.jpg", "Reflections", '48"x144"', 1)




Array("images/current_work/blue-sky-water,-60x24.jpg", "Blue Sky Water", '60"x24"', 1),
Array("images/current_work/fire-tree,-60x40.jpg", "Fire tree", '60"x40"', 1),
Array("images/current_work/Autumn-Field-2,-30x36.jpg", "Autumn Field 2", '30"x36"', 1),
Array("images/current_work/orchard,-30x36.jpg", "Orchard", '30"x36" SOLD'),
Array("images/current_work/Osprey-Island,-54x60.jpg", "Osprey Island", '54"x60"', 1),
Array("images/current_work/Sunset-Field-1,-48x30-s.jpg", "Sunset Field 1", '48"x30" SOLD'),
Array("images/current_work/sunset-treetop,-36x60.jpg", "Sunset treetop", '36"x60" SOLD'),
Array("images/current_work/The-Field,-40x70.jpg", "The Field", '40"x70"', 1),
Array("images/current_work/Trunk-1,-80x24.jpg", "Trunk 1", '80"x24"', 1),
Array("images/current_work/yummysky-30x48.jpg", "Yummy Sky", '30"x48" SOLD')
);
*/


