Or you use a pointer

BMAP* bmap1 = "image1.tga";
BMAP* bmap2 = "image2.tga";

mypanel.bmap = bmap1;
mypanel.bmap = bmap2;