<? php wp_get_links($menu_1_id_number); ?> (and 2 and 3)
with
<?php get_links($menu_1_id_number, '', '', '',FALSE, 'rating', FALSE); ?>
With rating you can order links simply ; rating the link and order the list :P .
If you are more of 10 links you can replace 'rating' with:
* 'id' --> by id
* 'url' --> by url
* 'name' --> by name etc
* 'target'
* 'category'
* 'description'
* 'owner' -
* 'rating'
* 'updated'
* 'rel'
* 'notes'
* 'rss'
* 'rand' - show links in random mode.
and sorry for my bad english xD