function changepic(newpic) {
    document.getElementById("mainphoto").src = newpic;
}
