function menue_over(obj) {
obj.bgColor = '#A7BDD5'
}

function menue_out(obj) {
obj.bgColor = '#2A3C82'
}
