var Data = [];
InitializeData(Data);

AddSubsection(
	Data,
	"totoro",
	{
		thumbnail : "thumb_totoro.jpg", 
		view: [
			{label: "&quot;Totoro&quot;, for the contest &quot;Favourite childhood anime in your own style&quot;", type: "img", img: "totoro.jpg", width: 450, height: 450}			
		]
	}
);	

AddSubsection(
	Data,
	"goldenbug",
	{
		thumbnail : "thumb_goldenbug.jpg", 
		view: [
			{label: "&quot;Golden Bug&quot;, colored pencils", type: "img", img: "goldenbug.jpg", width: 460, height: 536}			
		]
	}
);	

AddSubsection(
	Data,
	"flyingbug",
	{
		thumbnail : "thumb_flyingbug.jpg", 
		view: [
			{label: "&quot;Flying Bug&quot; - acrylic, collage", type: "img", img: "flyingbug.jpg", width: 515, height: 644}			
		]
	}
);			

AddSubsection(
	Data,
	"sunnygirl",
	{
		thumbnail : "thumb_portrait.jpg", 
		view: [
			{label: "&quot;Sunny Girl&quot; - acrylic, collage", type: "img", img: "portrait.jpg", width: 515, height: 650}
		]
	}
);

AddSubsection(
	Data,
	"jars",
	{
		thumbnail : "thumb_jars.jpg",
		view: [
			{label: "Jars with Californian treasures", type: "img", img: "jars.jpg", width: 700, height: 406}					
		]
	}
);


AddSubsection(
	Data,
	"bugs",
	{
		thumbnail : "thumb_bugs.jpg", 
		view: [
			{label: "&quot;Bugs&quot; - acrylic, collage, 42 x 38 cm", type: "img", img: "bugs.jpg", width: 650, height: 575}
		]
	}
);

AddSubsection(
	Data,
	"octopus",
	{
		thumbnail : "thumb_octopus.jpg", 
		view: [
			{label: "&quot;Octopus&quot; - acrylic, collage", type: "img", img: "octopus.jpg", width: 600, height: 507}
		]
	}
);

AddSubsection(
	Data,
	"origami",
	{
		thumbnail : "thumb_origami.jpg", 
		view: [
			{label: "&quot;Origami Bugs&quot; - acrylic, collage", type: "img", img: "origami.jpg", width: 532, height: 600}
		]
	}
);

AddSubsection(
	Data,
	"bagpipes",
	{
		thumbnail : "thumb_bagpipes.jpg", 
		view: [
			{label: "&quot;Bagpipes&quot; - acrylic, collage", type: "img", img: "bagpipes.jpg", width: 500, height: 559}
		]
	}
);

AddSubsection(
	Data,
	"piranha",
	{
		thumbnail : "thumb_piranha.jpg",
		view: [
			{label: "&quot;Piranha&quot;, watercolor", type: "img", img: "piranha.jpg", width: 450, height: 324}					
		]
	}
);

AddSubsection(
	Data,
	"meatcarrot",
	{
		thumbnail : "thumb_meatcarrot.jpg", 
		view: [
			{label: "&quot;Meat vs. Carrot&quot;, watercolor", type: "img", img: "meatcarrot.jpg", width: 550, height: 399}
		]
	}
);

AddSubsection(
	Data,
	"fox",
	{
		thumbnail : "thumb_fox.jpg", 
		view: [
			{label: "&quot;Sleepy Fox&quot;, watercolor", type: "img", img: "fox.jpg", width: 600, height: 446}
		]
	}
);

AddSubsection(
	Data,
	"inever",
	{
		thumbnail : "thumb_inever.jpg",
		view: [
			{label: "&quot;I never&quot;, artjournal", type: "img", img: "inever.jpg", width: 800, height: 600}	
		]
	}
);

AddSubsection(
	Data,
	"colorado",
	{
		thumbnail : "thumb_colorado.jpg",
		view: [
			{label: "&quot;Bugs&quot;, artjournal", type: "img", img: "colorado.jpg", width: 800, height: 600}					
		]
	}
);

AddSubsection(
	Data,
	"misunderstanding",
	{
		thumbnail : "thumb_friends.jpg",
		view: [
			{label: "&quot;Misunderstanding&quot;, artjournal", type: "img", img: "friends.jpg", width: 800, height: 600}					
		]
	}
);

AddSubsection(
	Data,
	"bugleafletters",
	{
		thumbnail : "thumb_bugleafletters.jpg",
		view: [
			{label: "&quot;Bug, leaf and letters&quot; - papier-mâché, acrylic", type: "img", img: "bugleafletters.jpg", width: 700, height: 419}					
		]
	}
);

AddSubsection(
	Data,
	"hand",
	{
		thumbnail : "thumb_hand.jpg",
		view: [
			{label: "&quot;Hand&quot - sticky tape, paper, acrylic", type: "img", img: "hand.jpg", width: 400, height: 457},
		]
	}
);




