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

// Enter filenames after for each painting
var img1 = "13570610037.jpg";
var img2 = "13570610077.jpg";
var img3 = "13570610087.jpg";
var img4 = "13570610107.jpg";
var img5 = "13570610147.jpg";
var img6 = "13570610167.jpg";

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

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

