//****************************************
//****************************************
//  Each painting listed has 5 properties:
//
//  portfolio1[portfolio1.length] = new Array(
//	"painting title",
//	"small thumbnail image",
//	"large image",
//	"medium",
//	"size",
//	"price"
//  );
//****************************************
//****************************************

portfolio1 = new Array();

portfolio1[portfolio1.length] = new Array(
	"Mining Memories",
	"Because memories haunt us as visual images I am exploring memories through my photographic images. The events from the past take on new life and interpretation as our memories distort and fade over time. Yet they still remain in a state of flux. In the Mining Memories Series, environments move and change while retaining details of the events that inspired them. Translucent imagery on glass and silk emulate the transient, multi-layered quality of memories. I invite people to step into each space and experience the fleeting and disorganized realm of memories to discover and recover a little gem from their own histories.",
	"layout1"
);

portfolio1[portfolio1.length] = new Array(
	"Self Portrait",
	"mm_1a.jpg",
	"mm_1b.jpg",
	"gum bichromate print on glass installed in a light box",
	"H 11&quot; x W 14&quot;",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Ricky",
	"mm_2a.jpg",
	"mm_2b.jpg",
	"gum bichromate print on glass installed in a light box",
	"H 11&quot; x W 14&quot;",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Mother",
	"mm_3a.jpg",
	"mm_3b.jpg",
	"gum bichromate print on glass installed in a light box",
	"H 11&quot; x W 14&quot;",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"In a Buick",
	"mm_4a.jpg",
	"mm_4b.jpg",
	"archival pigment print",
	"H 24.5&quot; x W 14&quot;",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"In a Buick",
	"mm_5a.jpg",
	"mm_5b.jpg",
	"archival pigment print installed in a light box",
	"H 18&quot; x W 10&quot;- box",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"In a Buick - Installtion View",
	"mm_6a.jpg",
	"mm_6b.jpg",
	"light box and silk panels",
	"H 8 feet x W 3.5 feet - silk panels",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Two Children Indoors",
	"mm_7a.jpg",
	"mm_7b.jpg",
	"archival pigment print",
	"H 14&quot; x W 20&quot;",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Two Children Indoors",
	"mm_8a.jpg",
	"mm_8b.jpg",
	"archival pigment print installed in a light box",
	"H 15&quot; x W 11&quot;- box",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Two Children Indoors - Installtion View",
	"mm_9a.jpg",
	"mm_9b.jpg",
	"light box and silk panels",
	"H 8 feet x W 3.5 feet - silk panels",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Little Sister Sewing",
	"mm_10a.jpg",
	"mm_10b.jpg",
	"archival pigment print",
	"H 24&quot; x W 14&quot;",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Little Sister Sewing",
	"mm_11a.jpg",
	"mm_11b.jpg",
	"archival pigment print installed in a light box",
	"H 19&quot; x W 12&quot;- box",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Little Sister Sewing - Installtion View",
	"mm_12a.jpg",
	"mm_12b.jpg",
	"light box and silk panels",
	"H 8 feet x W 3.5 feet - silk panels",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Avalon",
	"mm_13a.jpg",
	"mm_13b.jpg",
	"archival pigment print",
	"H 24&quot; x W 17&quot;",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Avalon",
	"mm_14a.jpg",
	"mm_14b.jpg",
	"archival pigment print installed in a light box with objects",
	"H 23&quot; x W 13&quot;- box",
	" "
);

portfolio1[portfolio1.length] = new Array(
	"Grandparents Farm",
	"mm_15a.jpg",
	"mm_15b.jpg",
	"archival pigment print",
	"H 16&quot; x W 24&quot;",
	" "
);

