function changepic(a, b) {
document.getElementById(a).src=b;
}
