function bmoverin(e)
{e.style.backgroundColor="#CCCCCC";
 e.style.cursor='pointer';
}
function bmoverout(e)
{e.style.backgroundColor="#EEEEEE";
 e.style.cursor='default';
}
