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

portfolio6 = new Array();

portfolio6[portfolio6.length] = new Array(
	"Reflexions de France",
	"This portfolio is my continued exploration of Europe's stone and timber structures. France is a vast and beautiful country. The historic structures throughout the changing landscape tell us of its varied history. From early Roman invasions, though Medieval times, and into the Renaissance, these structures have survived and witnessed much change. When there I feel surrounded by history.",
	"layout4"
);

portfolio6[portfolio6.length] = new Array(
	"Chateau Blerancourt Gardens, Picardy",
	"rdf_1a.jpg",
	"rdf_1b.jpg",
	"hand-tinted gelatin silver print",
	"H 9&quot; x W 12.5&quot;",
	"$800.00"
);

portfolio6[portfolio6.length] = new Array(
	"View of St. Germain de Livet, Normandy",
	"rdf_2a.jpg",
	"rdf_2b.jpg",
	"hand-tinted gelatin silver print",
	"H 8.5&quot; x W 19&quot;",
	"$1,200.00"
);

portfolio6[portfolio6.length] = new Array(
	"Pont Romain, Peyrerusse Le Mort, Perigord",
	"rdf_3a.jpg",
	"rdf_3b.jpg",
	"hand-tinted gelatin silver print",
	"H 8.5&quot; x W 12.5 &quot;",
	"$800.00"
);

portfolio6[portfolio6.length] = new Array(
	"Chinon Castle, Liore Valley",
	"rdf_4a.jpg",
	"rdf_4b.jpg",
	"hand-tinted gelatin silver print",
	"H 9&quot; x W 19&quot;",
	"$1,200.00"
);

portfolio6[portfolio6.length] = new Array(
	"Cobblestone Street, Gerberoy",
	"rdf_5a.jpg",
	"rdf_5b.jpg",
	"hand-tinted gelatin silver print",
	"H 6&quot; x W 9&quot;",
	"$600.00"
);

portfolio6[portfolio6.length] = new Array(
	"Ancient House in Cirque La Popie, Perigord",
	"rdf_6a.jpg",
	"rdf_6b.jpg",
	"hand-tinted gelatin silver print",
	"H 12.5 &quot; x W 8.5&quot;",
	"$800.00"
);

