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

// Enter filenames after for each painting enter (../images/spacer.gif) for emty space
var img1 = "103059.jpg";
var img2 = "103060.jpg";
var img3 = "103061.jpg";
var img4 = "103062.jpg";
var img5 = "spacer.gif";
var img6 = "spacer.gif";

// Enter descriptions for each painting  leave ("") for empty
var content=new Array()
//Enter text for each image
content[0]="Chip " +space+ " 10 x 51 x 11" +space+ " Wood, Bone Resin with Shoe Lasts";
content[1]="Humunculus " +space+ " 14 x 19 x 21 " +space+ " Wood And Resin with Shoe Lasts";
content[2]="On The Other Hand " +space+ " 9 x 34 " +space+ " Wood And Resin with Shoe Lasts";
content[3]="Bone Dog " +space+ " 5 x 5 " +space+ " Bone Spoon Handle And Resin";
content[4]=" " +space+ " " +space+ " ";
content[5]=" " +space+ "  " +space+ " ";

// 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";
