Hi Martin,
Heres a thought (currently at work so can't test this to see if it works).
1. Set up the instance names of the movieclips as btn1,btn2, btn3 etc
2. Use a for loop to assign the rollover and rollout events to a function,
for(cntr=1;cntr<=10;cntr++){
this["btn"+cntr].onRollOver =...