function changeBckg(event,src){
	src.style.backgroundColor="#B8D1CA";
	//src.style.color="#FFFFFF";
}

function restoreBckg(event,src){
	src.style.backgroundColor="#D7E6E2";
	//src.style.color="";
}

function goTo(link){
	location.href=link;
}
