_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#A8B9D8";
offbgcolor="#003366";
offcolor="#ffffff";
bordercolor="#E6E6E6";
borderstyle="solid";
borderwidth=2;
separatorcolor="#ffffff";
separatorsize="2";
padding=5;
fontsize="65%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#003366";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(studentsonice=new menuname("Expeditions")){
style=menuStyle;
aI("text=Expédition ‘Floe Edge’, Arctique;url=index.php?content=arctic_floe_edge_expeditions;status=Expédition ‘Floe Edge’, Arctique;");
aI("text=Expédition Arctique;url=../arctic05/;status=Expédition Arctique;");
aI("text=Expédition Antarctique;url=index.php?content=antarctique_2005;status=Expédition Antarctique;");
}

with(studentsonice=new menuname("Participate")){
style=menuStyle;
aI("text=Comment s'inscribe?;url=index.php?content=participer;status=Comment s'inscribe?;");
aI("text=Formulaires de demande;url=index.php?content=formulaires_de_demande;status=Formulaires de demande;");
}

with(studentsonice=new menuname("Presentations")){
style=menuStyle;
aI("text=Les Présentations de Geoff Green;url=index.php?content=geoffs_presentations;status=Les Présentations de Geoff Green;");
aI("text=Biographie de Geoff;url=index.php?content=geoff_green_biography;status=Biographie de Geoff;");
aI("text=Présentations à venir;url=index.php?content=upcoming_presentations;status=Présentations à venir;");
}

drawMenus();
