var imagePath = "../images/seven/";
//var blankImg = "../images/spacer.gif";
var blankImg = "../images/loading.gif";

function displayItem(index){

	var image_fullsize = document.getElementById("image_fullsize");
	var mask = document.getElementById("mask");
	var item_fullimage = document.getElementById("item_fullimage");

//	mask.setAttribute("class","visible");
//	mask.setAttribute("className","visible");

	item_fullimage.src = blankImg;
	item_fullimage.setAttribute("class","loading");
	item_fullimage.setAttribute("className","loading");

	var item_title_holder = document.getElementById("item_title");
	var item_details_holder = document.getElementById("item_details");
	var item_price_holder = document.getElementById("item_price");
	var item_summary_holder = document.getElementById("item_summary");
	var item_info_holder = document.getElementById("item_info");
	
	var item = seven[index];
	
	var item_title = document.createTextNode(item[0]);
	var item_details = document.createTextNode(item[1]);
	var item_price = document.createTextNode(item[2]);
//	var item_summary = document.createTextNode(item[3]);
	var item_summary = item[3];
	var item_info = item[4];
	
	// add the text to the page
	item_title_holder.replaceChild(item_title,item_title_holder.firstChild);
	item_details_holder.replaceChild(item_details,item_details_holder.firstChild);
	item_price_holder.replaceChild(item_price,item_price_holder.firstChild);
//	item_summary_holder.replaceChild(item_summary,item_summary_holder.firstChild);
	item_summary_holder.innerHTML = item_summary;
	item_info_holder.innerHTML = item_info;
	
	// display image
	var imagePath = "../images/seven/";
	var item_fullimage = document.getElementById("item_fullimage");
	item_fullimage.src = imagePath + item[5];
	item_fullimage.setAttribute("class","");
	item_fullimage.setAttribute("className","");

//	mask.setAttribute("class","hidden");
//	mask.setAttribute("className","hidden");

//	location.href = '#nav';
}

var seven = new Array();

/***** individual item arrays begin here 



Greed.jpg
Lust.jpg
Pride.jpg
PunishmentOfEnvy.jpg
PunishmentOfGluttony.jpg
PunishmentofGreed.jpg
PunishmentOfLust.jpg
PunishmentOfPride.jpg
PunishmentOfSloth.jpg
PunishmentOfWrath.jpg
Wrath.jpg*****/

var item0 = new Array();
	item0[0] = "Acedia (Sloth)";
	item0[1] = "50 x 50cm Acrylic on box canvas";
	item0[2] = "";
	item0[3] = "<p>Sloth originally meant a kind of depressive state in which the sinner failed to enjoy God’s creations – a sort of spiritual sloth – and only later came to mean general laziness; the vice was punished by being made to run fast continuously, although some reports say the slothful were thrown into pits full of snakes.</p>";
	item0[4] = "<p></p>";
	item0[5] = "Sloth.jpg";
	seven[seven.length] = item0;

var item1 = new Array();
	item1[0] = "Acedia Castigatus (The Punishment of Sloth)";
	item1[1] = "40 x 50cm Acrylic on box canvas";
	item1[2] = "";
	item1[3] = "<p>Sloth originally meant a kind of depressive state in which the sinner failed to enjoy God’s creations – a sort of spiritual sloth – and only later came to mean general laziness; the vice was punished by being made to run fast continuously, although some reports say the slothful were thrown into pits full of snakes.</p>";
	item1[4] = "<p></p>";
	item1[5] = "PunishmentOfSloth.jpg";
	seven[seven.length] = item1;
	
var item2 = new Array();
	item2[0] = "Avaritia (Greed)";
	item2[1] = "50 x 50cm Acrylic on box canvas";
	item2[2] = "";
	item2[3] = "<p>In Purgatory the greedy were tied up and made to lie face down on the ground, weeping. Alternative versions say the greedy were forced into cauldrons of boiling oil.</p>";
	item2[4] = "<p></p>";
	item2[5] = "Greed.jpg";
	seven[seven.length] = item2;
	
var item3 = new Array();
	item3[0] = "Avaritia Castigatus (The Punishment of Greed)";
	item3[1] = "40 x 50cm Acrylic on box canvas";
	item3[2] = "";
	item3[3] = "<p>In Purgatory the greedy were tied up and made to lie face down on the ground, weeping. Alternative versions say the greedy were forced into cauldrons of boiling oil.</p>";
	item3[4] = "<p></p>";
	item3[5] = "PunishmentofGreed.jpg";
	seven[seven.length] = item3;
	
var item4 = new Array();
	item4[0] = "Luxuria (Lust)";
	item4[1] = "50 x 50cm Acrylic on box canvas";
	item4[2] = "";
	item4[3] = "<p>Originally related to excessive love which took precedence over love for God, lust was considered the least offensive of the sins. The lustful were forced to walk through searing flames to purge their sinful feelings.</p>";
	item4[4] = "<p></p>";
	item4[5] = "Lust.jpg";
	seven[seven.length] = item4;
	
var item5 = new Array();
	item5[0] = "Luxuria Castigatus (The Punishment of Lust)";
	item5[1] = "40 x 50cm Acrylic on box canvas";
	item5[2] = "";
	item5[3] = "<p>Originally related to excessive love which took precedence over love for God, lust was considered the least offensive of the sins. The lustful were forced to walk through searing flames to purge their sinful feelings.</p>";
	item5[4] = "<p></p>";
	item5[5] = "PunishmentOfLust.jpg";
	seven[seven.length] = item5;
	
var item6 = new Array();
	item6[0] = "Ira (Wrath)";
	item6[1] = "40 x 50cm Acrylic on box canvas";
	item6[2] = "";
	item6[3] = "<p>Some depictions of the punishment of wrath show the angry sinners dismembered alive, while others say they were enveloped by blinding smoke.</p>";
	item6[4] = "<p></p>";
	item6[5] = "Wrath.jpg";
	seven[seven.length] = item6;
	
var item7 = new Array();
	item7[0] = "Ira Castigatus (The Punishment of Wrath)";
	item7[1] = "50 x 50cm Acrylic on box canvas";
	item7[2] = "Original painting SOLD";
	item7[3] = "<p>Some depictions of the punishment of wrath show the angry sinners dismembered alive, while others say they were enveloped by blinding smoke.</p>";
	item7[4] = "<p></p>";
	item7[5] = "PunishmentOfWrath.jpg";
	seven[seven.length] = item7;
	
var item8 = new Array();
	item8[0] = "Gula (Gluttony)";
	item8[1] = "50 x 50cm Acrylic on box canvas";
	item8[2] = "";
	item8[3] = "<p>An excessive desire for food, which was punished by being tied between two trees laden with gorgeous fruits, just out of reach. Some reports say the gluttonous were forced to eat creatures such as snakes, toads and rats.</p>";
	item8[4] = "<p></p>";
	item8[5] = "Gluttony.jpg";
	seven[seven.length] = item8;
	
var item9 = new Array();
	item9[0] = "Gula Castigatus (The Punishment of Gluttony)";
	item9[1] = "40 x 50cm Acrylic on box canvas";
	item9[2] = "";
	item9[3] = "<p>An excessive desire for food, which was punished by being tied between two trees laden with gorgeous fruits, just out of reach. Some reports say the gluttonous were forced to eat creatures such as snakes, toads and rats.</p>";
	item9[4] = "<p></p>";
	item9[5] = "PunishmentOfGluttony.jpg";
	seven[seven.length] = item9;
	
var item10 = new Array();
	item10[0] = "Superbia (Pride)";
	item10[1] = "40 x 50cm Acrylic on box canvas";
	item10[2] = "";
	item10[3] = "<p>Pride was originally considered the worst of the sins – a fixation with self rather than spiritual matters. Depending on which texts you consult, the proud were made to wear rags and laden down with heavy stone slabs or broken on the wheel.</p>";
	item10[4] = "<p></p>";
	item10[5] = "Pride.jpg";
	seven[seven.length] = item10;
	
var item11 = new Array();
	item11[0] = "Superbia Castigatus (The Punishment of Pride)";
	item11[1] = "";
	item11[2] = "";
	item11[3] = "<p>Pride was originally considered the worst of the sins – a fixation with self rather than spiritual matters. Depending on which texts you consult, the proud were made to wear rags and laden down with heavy stone slabs or broken on the wheel.</p>";
	item11[4] = "<p></p>";
	item11[5] = "PunishmentOfPride.jpg";
	seven[seven.length] = item11;
	
var item12 = new Array();
	item12[0] = "Invidia (Envy)";
	item12[1] = "50 x 50cm Acrylic on box canvas";
	item12[2] = "";
	item12[3] = "<p>In the Divine Comedy envy was a kind of delight in witnessing the misfortunes of others rather than the more modern idea closer to jealousy. The envious had their naughty covetous eyes sewn shut with wire.</p>";
	item12[4] = "<p></p>";
	item12[5] = "Envy.jpg";
	seven[seven.length] = item12;
	
var item13 = new Array();
	item13[0] = "Invidia Castigatus (The Punishment of Envy)";
	item13[1] = "40 x 50cm Acrylic on box canvas";
	item13[2] = "";
	item13[3] = "<p>In the Divine Comedy envy was a kind of delight in witnessing the misfortunes of others rather than the more modern idea closer to jealousy. The envious had their naughty covetous eyes sewn shut with wire.</p>";
	item13[4] = "<p></p>";
	item13[5] = "PunishmentOfEnvy.jpg";
	seven[seven.length] = item13;
	

	