function swap_img(imglink, imgid){
        imgobj = document.getElementById(imgid);
        imgobj.src = 'images/'+imglink;
        return;
}


