The only problem with pan_setbmap is I have 25 different possibilities for what the bmap could be. I also need to change all three of the images for the button.

Also pan_setbmap does allow you to use any variables for the button number. This means I would have to do it for one button and then copy it three more times for the other buttons.

My fear is that having to do it this way will add lots of lines to my code.

If you don't understand what I mean tell me if you need to see what my script looks like.