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

// Enter filenames after for each painting
var img1 = "100166.jpg";
var img2 = "100167.jpg";
var img3 = "144781.jpg";
var img4 = "148949.jpg";
var img5 = "149523.jpg";
var img6 = "150693.jpg";

// Enter descriptions for each painting
var content=new Array()
//Enter text for each image
content[0]="(untitled) " +space+ " 48 x 36 " +space+ " Mixed-Media on Canvas";
content[1]="(untitled) " +space+ " 36 x 36 " +space+ " Mixed-Media on Canvas";
content[2]="(untitled) " +space+ " 24 x 24 " +space+ " Mixed-Media on Canvas";
content[3]="(untitled) " +space+ " 24 x 24 " +space+ " Mixed-Media on Canvas";
content[4]="(untitled) " +space+ " 30 x 40 " +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";
