function swap(imgObject, newImage) {
	imgObject.src = newImage;
}

function redir(pstrUrl) {
	location.href=pstrUrl;
}