Preprocess of a block custom menu

Hello everybody,
I'd like to preprocess a personnal menu (not primary or secondary), but if I do like that:<?phpfunction mytheme_preprocess_page(&$variables) {     $my_menu = $variables['my_menu'];     .....}?>
it seems not working with a personnal menu, but it's working with the primary links....
Do you have any idea ?
Can you help me ?
Thanks a lot !