Duplicate an attachMovie?

Is it posible to make a lus in front of this?
like : for (var i=0 i< 10; i++){


this.attachMovie ('menuClip', 'menu', + i, this.getNextHighestDepth());
with (menu) {
	_x = 40;
	_y = 50;
}

Where i got 10 Menu’s of it, in an Attach instead of a Duplicate?