var curSet = 0;
var curPhoto = 0;
var curAlbum;

/* Laura's photos */
var laura = new Array();
laura.name = "laura";
laura[0] = [
	{ photo:"photos/laura/1", caption:"Caption for photo 1" },
	{ photo:"photos/laura/2", caption:"Caption for photo 2" },
	{ photo:"photos/laura/3", caption:"Caption for photo 3" }
];

/* Sarah's photos */
var sarah = new Array();
sarah.name = "sarah";
sarah[0] = [
	{ photo:"photos/sarah/100_0257", caption:"Caption for photo 1" },
	{ photo:"photos/sarah/100_0684", caption:"Caption for photo 2" },
	{ photo:"photos/sarah/100_0780", caption:"Caption for photo 3" },
	{ photo:"photos/sarah/100_1733", caption:"Caption for photo 4" },
	{ photo:"photos/sarah/100_2592", caption:"Caption for photo 5" }
];

/* Erika's photos */
var erika = new Array();
erika.name = "erika";
erika[0] = [
	{ photo:"photos/erika/ERIKA_PHOTO_5", caption:"Caption for photo 1" },
	{ photo:"photos/erika/ERIKA_PHOTO_7", caption:"Caption for photo 2" }
];

/* Denise's photos */
var denise = new Array();
denise.name = "denise";
denise[0] = [
	{ photo:"photos/denise/D_Resnik", caption:"Caption for photo 1" },
	{ photo:"photos/denise/Denise_&_Matthew_bl_w", caption:"Caption for photo 2" },
	{ photo:"photos/denise/denise_matt_camp_2", caption:"Caption for photo 3" },
	{ photo:"photos/denise/matt_&_Denise-_SARRC", caption:"Caption for photo 4" },
	{ photo:"photos/denise/rob_denise_and_matt", caption:"Caption for photo 5" },
	{ photo:"photos/denise/vocational_campus", caption:"Caption for photo 6" }
];

/* Shawnee's photos */
var shawnee = new Array();
shawnee.name = "shawnee";
shawnee[0] = [
	{ photo:"photos/shawnee/", caption:"Caption for photo 1" },
	{ photo:"photos/shawnee/", caption:"Caption for photo 2" },
	{ photo:"photos/shawnee/", caption:"Caption for photo 3" },
	{ photo:"photos/shawnee/", caption:"Caption for photo 4" },
	{ photo:"photos/shawnee/", caption:"Caption for photo 5" },
	{ photo:"photos/shawnee/", caption:"Caption for photo 6" }
];

/* Maria's photos */
var maria = new Array();
maria.name = "maria";
maria[0] = [
	{ photo:"photos/maria/Photo05_6A", caption:"Caption for photo 1" },
	{ photo:"photos/maria/Photo05_8A", caption:"Caption for photo 2" },
	{ photo:"photos/maria/Photo06_7A", caption:"Caption for photo 3" },
	{ photo:"photos/maria/Photo07_8A", caption:"Caption for photo 4" },
	{ photo:"photos/maria/Photo07_10A", caption:"Caption for photo 5" },
	{ photo:"photos/maria/Photo08_9A", caption:"Caption for photo 6" }
];

maria[1] = [
	{ photo:"photos/maria/Photo08_11A", caption:"Caption for photo 7" },
	{ photo:"photos/maria/Photo09_12A", caption:"Caption for photo 8" },
	{ photo:"photos/maria/Photo10_13A", caption:"Caption for photo 9" },
	{ photo:"photos/maria/Photo11_15A", caption:"Caption for photo 10" },
	{ photo:"photos/maria/Photo13_18A", caption:"Caption for photo 11" },
	{ photo:"photos/maria/Photo15_16A", caption:"Caption for photo 12" }
];

maria[2] = [
	{ photo:"photos/maria/Photo18_19A", caption:"Caption for photo 13" },
	{ photo:"photos/maria/Photo18_24A", caption:"Caption for photo 14" },
	{ photo:"photos/maria/Photo19_20A", caption:"Caption for photo 15" },
	{ photo:"photos/maria/Photo19_25A", caption:"Caption for photo 16" },
	{ photo:"photos/maria/Photo20_21A", caption:"Caption for photo 17" },
	{ photo:"photos/maria/Photo22_23A", caption:"Caption for photo 18" }	
];

maria[3] = [
	{ photo:"photos/maria/Photo23_24A", caption:"Caption for photo 19" },
	{ photo:"photos/maria/Photo24_25A", caption:"Caption for photo 20" }
];

/* Paula's photos */
var paula = new Array();
paula.name = "paula";
paula[0] = [
	{ photo:"photos/paula/photo01_4A", caption:"Caption for photo 1" },
	{ photo:"photos/paula/Photo03_6A", caption:"Caption for photo 2" },
	{ photo:"photos/paula/Photo05_8A", caption:"Caption for photo 3" },
	{ photo:"photos/paula/Photo07_10A", caption:"Caption for photo 4" },
	{ photo:"photos/paula/Photo09_12A", caption:"Caption for photo 5" },
	{ photo:"photos/paula/Photo10_13A", caption:"Caption for photo 6" }
];

paula[1] = [
	{ photo:"photos/paula/photo12_15A", caption:"Caption for photo 7" },
	{ photo:"photos/paula/Photo15_19A", caption:"Caption for photo 8" },
	{ photo:"photos/paula/Photo25_24A", caption:"Caption for photo 9" }
];