// bottom picture

function writePicture(bottomPicVar) {
document.write(bottomPicVar);
}
writePicture(bottomPic);
