Masking question

I’m trying to mask a movieClip that holds JPGs that come in at different widths. My goal is to apply some masks to this image to give it some nice rounded corners. My question is, can I use setMask to mask the image movieClip with 3 other clips (one for left edge mask, one for center area, and one for right edge)? Are multiple masks allowed?