Remove mask for inner movieclip

Hi…
I have this problem…

I have 2 main movieclips (mask_mc, draw_mc)
I have masked these movieclip…

draw_mc.mask = mask_mc;

inside draw_mc there is a movieclip called item_mc, the above mask must not be applied to this inner movieclip item_mc.
is it possible…?