well you could have the whole panel as button, then use the mouse_over function of that button element:
Code:

function change_mousemap()
{
mouse_map = new_mousemap;
}

panel my_panel
{
...
button = 0,0,bmapOn,bmapOff,bmapOver,functionOn,functionOff,change_mousemap;
...
}