function swap_img(imgname,imgpic){
image = document.getElementById(imgname);
image.src='/images/'+imgpic;
}

function swap_img2(imgname,imgpic){
image = document.getElementById(imgname);
image.src=imgpic;
}
