function getUrl(page) {
	location.href = page;
}

function imgswap(imgid, img) {
	document.images[imgid].src = "files/Images/" + img;
	document.getElementById('img_link').href = "files/Images/" + img;
}
