
function swapPic(which,what) {
       document.images[which].src=what;
}
