function fnImgOver(_id) {
	_id.style.border = "1px solid #BF9048";
}

function fnImgOut(_id) {
	_id.style.border = "1px solid #333333";
}