_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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#585859";
borderstyle="solid";
borderwidth=1;
separatorcolor="#585859";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Cadres supérieurs;url=/fr/Management.asp;status=Cadres supérieurs;");
aI("text=Administrateurs;url=/fr/Directors.asp;status=Administrateurs;");
aI("text=Conseil consultatif;url=/fr/Advisory.asp;status=Conseil consultatif;");
aI("text=Consultants;url=/fr/Consultants.asp;status=Consultants;");
aI("text=Annuaire;url=/fr/CorporateDirectory.asp;status=Annuaire;");
aI("text=Gouvernance;url=/fr/Governance.asp;status=Gouvernance;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Québec Lithium;url=/fr/QuebecLithium.asp;status=Québec Lithium;");
//aI("text=Nevada Brines;url=/fr/NevadaBrines.asp;status=Nevada Brines;");
aI("text=Rapports techniques;url=/fr/Reports.asp;status=Rapports techniques;");
}

with(milonic=new menuname("Lithium")){
style=menuStyle;
aI("text=Véhicules alimentés au lithium;url=/fr/Lithium.asp;status=Véhicules alimentés au lithium;");
//aI("text=Electric Car News;url=/fr/ElectricCarNews.asp;status=Electric Car News;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Information boursière;url=/fr/StockInfo.asp;status=Information boursière;");
aI("text=Organisation du capital social;url=/fr/ShareStructure.asp;status=Organisation du capital social;");
aI("text=Présentations / Fiches ;url=/fr/Presentation.asp;status=Présentations / Fiches ;");
aI("text=Articles connexes;url=/fr/Articles.asp;status=Articles connexes;");
aI("text=États financiers;url=/fr/FinancialStatements.asp;status=États financiers;");
aI("text=Galerie de photos;url=/fr/PhotoGallery.asp;status=Galerie de photos;");
aI("text=Articles d’analystes;url=/fr/AnalystCoverage.asp;status=Articles d’analystes;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Coordonnées;url=/fr/Contact.asp;status=Coordonnées;");
aI("text=Pour obtenir plus de renseignements;url=/fr/InformationRequest.asp?small=yes;status=Pour obtenir plus de renseignements;");
aI("text=Envoyer un message;url=/fr/SendMessage.asp;status=Envoyer un message;");
aI("text=QwikReport;url=/fr/QwikReport.asp;status=QwikReport;");
}

drawMenus();
