/*
+--------------------------------------------------------------------------
|   Menu déroulant
|   ========================================
|   by Invision Power France
|   http://www.invisionpower.fr
|   ========================================
|   Web: http://www.invisionpower.fr
+---------------------------------------------------------------------------
|   > $Date: 21 decembre 2006
|   > $Auteur: IPF
+---------------------------------------------------------------------------
*/

menu_build_menu(
"ipf_menu_1",
new Array("<div class='popupmenu-category' align='center'>Navigation</div>",
img_rf + "&nbsp;<a href='./index.php?showforum=24'>Old Ladies Cup 2010</a>",
img_cal + "&nbsp;<a href='./index.php?act=calendar'>Calendrier</a>"

) );

menu_build_menu(
"ipf_menu_2",
new Array("<div class='popupmenu-category' align='center'>Navigation</div>",
img_open + "&nbsp;<a href='./index.php?showforum=17'>Course Open</a>"
) );

menu_build_menu(
"ipf_menu_3",
new Array("<div class='popupmenu-category' align='center'>Navigation</div>",
img_wip + "&nbsp;<a href='./index.php?showforum=9'>Informations</a>"
) );

menu_build_menu(
"ipf_menu_4",
new Array("<div class='popupmenu-category' align='center'>Navigation</div>",
img_helmet + "&nbsp;<a href='./index.php?act=Members'>Liste des Membres</a>"
) );

