function mOver(obj){
obj.style.backgroundColor='#f5f99e';
}
function mOut(obj){
obj.style.backgroundColor='#fcffba';
}

function mOverP(obj){
obj.style.backgroundColor='#eafbcf';
}
function mOutP(obj){
obj.style.backgroundColor='#ffffff';
}
