// Image Gallery JavaScript

function doPic(imgName) {
imgOn = ("" + imgName);
document.mainpic.src = imgOn;
}
