function chngBG(getObj, getImg) {
	document.getElementById(getObj).style.background = "#CACBCD url('./images/buttons/"+getImg+"') no-repeat;";
}

function gotoLink(lnk) {
	window.location = lnk;
}