_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=0               // Sub menu top offset
_subOffsetLeft=0            // 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()){
onbgcolor="#ffffff";
oncolor="#2e4f84";
offbgcolor="#2e4f84";
offcolor="#ffffff";
bordercolor="#597394";
borderstyle="solid";
borderwidth=1;
separatorcolor="#597394";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, arial";
pagecolor="#2e4f84";
pagebgcolor="#ffffff";
headercolor="#2e4f84";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#f0f0f0";
oncolor="#2e4f84";
offbgcolor="#ffffff";
offcolor="#2e4f84";
bordercolor="#597394";
borderstyle="solid";
borderwidth=1;
separatorcolor="#597394";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, arial";
pagecolor="#2e4f84";
pagebgcolor="#ffffff";
headercolor="#2e4f84";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
//aI("text=Board of Directors;url=/de/Board_Hodge.asp;status=Board of Directors;");
aI("text=Management;url=/de/Mgmt_Hodge.asp;status=Management;");
aI("text=Unternehmensdaten;url=/de/CorporateDirectory.asp;status=Unternehmensdaten;");
aI("text=Unternehmensvideo;url=/de/CorporateVideo.asp;status=Unternehmensvideo;");
aI("text=Geschäftsberichte;url=/de/FinancialStatements.asp;status=Geschäftsberichte;");
aI("text=Präsentationen;url=/de/CorporatePresentations.asp;status=Präsentationen;");
aI("text=Öffentlichkeitsarbeit;url=/de/CommunityOutreach.asp;status=Öffentlichkeitsarbeit;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Über Tantal;url=/de/AboutTantalum.asp;status=Über Tantal;");
aI("text=Über Niob;url=/de/AboutNiobium.asp;status=Über Niob;");
aI("text=Zugehörige Artikel & Berichte;url=/de/RelatedArticles.asp;status=Zugehörige Artikel & Berichte;");
}

with(milonic=new menuname("exp")){
style=menuStyle;
aI("text=Blue River Tantal- und Niobprojekt;url=#;status=Blue River Tantal- und Niobprojekt;showmenu=br;");
aI("text=Eldor-Projekt;url=/de/Eldor.asp;status=Eldor-Projekt;");
aI("text=Carbo-Projekt;url=/de/Carbo.asp;status=Carbo-Projekt;");
}

with(milonic=new menuname("br")){
style=menuStyle2;
aI("text=Upper Fir;url=/de/UpperFir.asp;status=Upper Fir;");
aI("text=Fir;url=/de/Fir.asp;status=Fir;");
aI("text=Verity;url=/de/Verity.asp;status=Verity;");
aI("text=Regionale Exploration;url=/de/RegionalExploration.asp;status=Regionale Exploration;");
}


with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Kursnotierung;url=/de/StockInfo.asp;status=Kursnotierung;");
aI("text=Aktienstruktur;url=/de/ShareStructure.asp;status=Aktienstruktur;");
aI("text=Geschäftsbericht;url=/de/FinancialStatements.asp;status=Geschäftsbericht;");
aI("text=Unternehmensmeldungen;url=/de/NewsReleases.asp;status=Unternehmensmeldungen;");
aI("text=Bildergalerie;url=/de/PhotoGallery.asp;status=Bildergalerie;");
aI("text=Konferenzen & Veranstaltungen;url=/de/Events.asp;status=Konferenzen & Veranstaltungen;");
aI("text=Medienberichterstattung;url=/de/MediaCoverage.asp;status=Medienberichterstattung;");
aI("text=Berichterstattung durch Analysten;url=/de/AnalystCoverage.asp;status=Berichterstattung durch Analysten;");
aI("text=Präsentationen;url=/de/Presentations.asp;status=Präsentationen;");
aI("text=Kontakt Investor Relations;url=/de/ContactIR.asp;status=Kontakt Investor Relations;");
aI("text=Fordern Sie mehr Informationen an;url=/de/RequestInfo.asp;status=Fordern Sie mehr Informationen an;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Kontakt;url=/de/ContactUs.asp;status=Kontakt;");
aI("text=Fordern Sie mehr Informationen an;url=/de/RequestInfo.asp;status=Fordern Sie mehr Informationen an;");
aI("text=Eine Nachricht senden;url=/de/SendMessage.asp;status=Eine Nachricht senden;");
}

drawMenus();

