function brdOn(obj) {
	obj.style.border = '4px solid #f09000';
}
function brdOff(obj) {
	obj.style.border = '4px solid #fff';
}
