var space ="&nbsp;&nbsp;";

// Enter filenames after for each painting
var img1 = "prov1.jpg";
var img2 = "prov2.jpg";
var img3 = "prov3.jpg";
var img4 = "prov4.jpg";
var img5 = "prov5.jpg";
var img6 = "prov6.jpg";

// Enter descriptions for each painting
var content=new Array()
//Enter text for each image
content[0]="(untitled) " +space+ " 36 x 36 " +space+ " Mixed-Media on Canvas";
content[1]="(untitled) " +space+ " 36 x 48 " +space+ " Mixed-Media on Canvas";
content[2]="(untitled) " +space+ " 20 x 72 " +space+ " Mixed-Media on Canvas";
content[3]="(untitled) " +space+ " 36 x 48 " +space+ " Mixed-Media on Canvas";
content[4]="(untitled) " +space+ " 36 x 48 " +space+ " Mixed-Media on Canvas";
content[5]="(untitled) " +space+ " 36 x 48 " +space+ " Mixed-Media on Canvas";

// Enter the status of the painting, if sold change spacer.gif to sold.gif
var image1status = "../images/sold.gif";
var image2status = "../images/spacer.gif";
var image3status = "../images/sold.gif";
var image4status = "../images/sold.gif";
var image5status = "../images/spacer.gif";
var image6status = "../images/sold.gif";
