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

// Enter filenames after for each painting
var img1 = "102499.jpg";
var img2 = "102504.jpg";
var img3 = "150787.jpg";
var img4 = "151820.jpg";
var img5 = "151822.jpg";
var img6 = "154570.jpg";

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

