var PhotoVars = {defaultAlbum: "alaska"}

var allPhotos = {};

// Iceland (2004)
allPhotos['iceland'] = {
    title: "Iceland",
    group: "international",
    photoDir: "_photos/iceland/",
    photoArray: new Array(
    	// Source, Width, Height, Caption
    	new Array("puffins1.jpg",         "800", "551", "Puffins near Vik", "2004"),
    	new Array("farm3.jpg",            "800", "600", "Farm", "2004"),
    	new Array("reykjavik1.jpg",       "800", "624", "Reykjavik", "2004"),
    	new Array("icebergs1.jpg",        "800", "609", "Icebergs", "2004"),
    	new Array("late_day_glacier.jpg", "468", "640", "Late Day Glacier", "2004"),
    	new Array("lighthouse.jpg",       "800", "609", "Lighthouse near Vik", "2004"),
    	new Array("waterfall1.jpg",       "800", "534", "Waterfall", "2004"),
    	new Array("farm2.jpg",            "800", "600", "Farm", "2004"),
    	new Array("rocks1.jpg",           "800", "589", "Rocks 1", "2004"),
    	new Array("rocks2.jpg",           "800", "544", "Rocks 2", "2004"),
    	new Array("skogar_canyon.jpg",    "800", "614", "Canyon Near Skogar", "2004"),
    	new Array("farm4.jpg",            "800", "553", "Farm", "2004"),
    	new Array("threatening_sky.jpg",  "800", "497", "Threatening Sky", "2004"),
    	new Array("waterfall2.jpg",       "600", "543", "Waterfall", "2004")
    )
};

// Boston (2004-2005)
allPhotos['boston'] = {
    title:"Boston",
    group: "usa",
    photoDir: "_photos/boston/",
    photoArray: new Array(
    	new Array("kerry_concession_800.jpg",   "800", "428", "Kerry Concession Speech, November 3rd", "2004"),
    	new Array("boston_snow.jpg",            "800", "462", "Three Feet of Snow", "2004"),
    	new Array("tulips_640.jpg",             "640", "640", "Boston Common Flowers", "2005"),
    	new Array("harvard_law_spring_600.jpg", "403", "600", "Harvard Law School in Spring", "2005")    
    )
};

// The Farm (2004-2005)
allPhotos['farm'] = {
    title: "The Farm",
    group: "usa",
    photoDir: "_photos/farm/",
    photoArray: new Array(
    	new Array("farm_summer.jpg", "432", "540", "Barn in Summer", "2004"),
    	new Array("farm_winter.jpg", "432", "540", "Barn in Winter", "2004"),
    	new Array("tractor.jpg",     "600", "543", "Glenn's Tractor", "2005"),
    	new Array("glenn_540.jpg",   "386", "540", "Glenn Muirhead", "2005")
    )
};

// Miscellaneous (2004-2005)
allPhotos['misc'] = {
    title: "Miscellaneous",
    group: "misc",
    photoDir: "_photos/misc/",
    photoArray: new Array(
    	new Array("clark_gears_600.jpg", "600", "497", "Telescope Gears", "2004"), 
    	new Array("wheel_800.jpg",       "800", "614", "Aaron's Wheel", "2005"), 
    	new Array("smurf2_640_6.jpg",    "640", "458", "Stealing the 'C' Out of Focus", "2004")  
        // Redwoods from Oct 2006
        // Mt. Hopkins
        // Early Fall
        // Lunar Eclipse over ICA
    )
};

// Yosemite National Park (2005)
allPhotos['yosemite'] = {
    title: "Yosemite National Park",
    group: "usa",
    photoDir: "_photos/yosemite/",
    photoArray: new Array(
    	new Array("sun_beams_600.jpg",          "600", "600", "Controlled Burn", "2005"),
    	new Array("corn_lilies2_720.jpg",       "720", "521", "Corn Lilies", "2005"),
    	new Array("half_dome_gp3_800.jpg",      "800", "442", "Half Dome", "2005"),
    	new Array("half_dome_gp2_8522_720.jpg", "720", "545", "Half Dome", "2005"),
    	new Array("north_dome_600.jpg",         "412", "600", "North Dome", "2005")
    )
};

// Italy (2005)
allPhotos['italy'] = {
    title: "Italy",
    group: "international",
    photoDir: "_photos/italy/",
    photoArray: new Array(
    	new Array("aCRW_9462.jpg", "800", "533", "Nicola", "2005"),
    	new Array("CRW_9032.jpg",  "437", "600", "Nicola", "2005"),
    	new Array("CRW_9109.jpg",  "800", "552", "Vernazza, Cinque Terre", "2005"),
    	new Array("CRW_9111.jpg",  "800", "465", "Boats in Vernazza, Cinque Terre", "2005"),
    	new Array("CRW_9186.jpg",  "412", "600", "Pisa", "2005"),
    	new Array("CRW_9572.jpg",  "509", "600", "Vatican Museum, Rome", "2005"),
    	new Array("CRW_9591.jpg",  "789", "600", "St. Peters Basilica, Rome", "2005")
    )
};

// Greece (2005)
allPhotos['greece'] = {
    title: "Greece",
    group: "international",
    photoDir: "_photos/greece/",
    photoArray: new Array(
    	new Array("CRW_0053.jpg", "800", "567", "Santorini", "2005"),
    	new Array("CRW_9925.jpg", "569", "600", "Mykonos", "2005"),
    	new Array("CRW_9718.jpg", "436", "600", "Parthenon, Athens", "2005"),
    	new Array("CRW_9768.jpg", "800", "581", "Syros", "2005"),
    	new Array("CRW_9921.jpg", "401", "600", "Pelican in Mykonos", "2005"),
    	new Array("CRW_0446.jpg", "800", "428", "Santorini Sunset", "2005"),
    	new Array("CRW_9727.jpg", "800", "595", "At the Parthenon, Athens", "2005"),
    	new Array("CRW_0428.jpg", "800", "372", "Santorini", "2005")
    )
};

// Olympic National Park (2005-2006)
allPhotos['olympic'] = {
    title: "Olympic National Park",
    group: "usa",
    photoDir: "_photos/olympic/",
    photoArray: new Array(
    	new Array("sol_duc_valley_720.jpg",         "720", "613", "Sol Duc Valley", "2006"),
    	//new Array("adlers_in_hoh_720.jpg",          "720", "557", "Adlers in Hoh Rain Forest", "2006"),
    	new Array("lake_crescent_720.jpg",          "720", "476", "Lake Cresent", "2006"),
    	new Array("frosted_stones_720.jpg",         "720", "540", "Frosted Rocks at Lake Crescent", "2005"),
    	new Array("hoh_flower_640.jpg",             "640", "640", "Flower in Hoh Rain Forest", "2006"),
    	new Array("sol_duc_falls_640.jpg",          "480", "640", "Sol Duc Falls", "2006"),
    	new Array("quinault_rain_forest_720.jpg",   "720", "480", "Quinault Rain Forest", "2006"),
    	new Array("ruby_beach_rocks_720.jpg",       "720", "467", "Ruby Beach Rocks", "2006")
    )
};

// Alaska (2006)
// to process: 2516 (?), 2823 (?), 3101 (similar w/o people), 3489, 3581 (or 3579), 
allPhotos['alaska'] = {
    title: "Alaska",
    group: "usa",
    photoDir: "_photos/alaska/",
    photoArray: new Array(
    	new Array("IMG_2420_800.jpg",      "800", "531", "Train Ride from Anchorage to Seward", "2006"),
    	new Array("IMG_2720_560.jpg",      "560", "560", "Kenai Fjords National Park", "2006"),        
    	new Array("IMG_3056_crop_760.jpg", "760", "554", "Glacial Lake", "2006"),
    	new Array("IMG_2526_800.jpg",      "800", "537", "Train Ride from Anchorage to Seward", "2006"),
    	new Array("IMG_2869_800.jpg",      "800", "562", "Hubbard Glacier", "2006"),
    	new Array("IMG_3489_BW_800.jpg",   "800", "483", "Inside Passage", "2006")
    )
};

// Stanford

// Spain (2006)
allPhotos['spain'] = {
    title: "Spain",
    group: "international",
    photoDir: "_photos/spain/",
    photoArray: new Array(
    	new Array("casa_mila_640.jpg", "427", "640", "Casa Mila, Barcelona", "2006"),
    	new Array("valencia_800.jpg",  "800", "452", "Planetarium, Valencia", "2006"),
    	new Array("staircase_560.jpg", "560", "560", "Spiral Staircase in the Sagrada Familia, Barcelona", "2006")
    )
};

// Monarch Butterflies in Mexico (2006)
allPhotos['monarch'] = {
    title: "Mexico - Butterflies",
    group: "international",
    photoDir: "_photos/monarch/",
    photoArray: new Array(
    	new Array("IMG_5356_800.jpg", "800", "529", "Monarch Butterflies", "2006"),
    	new Array("IMG_5336_800.jpg", "800", "624", "Monarch Butterflies", "2006"),
    	new Array("IMG_5381_600.jpg", "681", "600", "Monarch Butterflies", "2006"),
    	new Array("IMG_5363_600.jpg", "600", "600", "Monarch Butterflies", "2006"),
    	new Array("IMG_5373_600.jpg", "450", "600", "Butterfly Eclipse", "2006")
    )
};

