_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="#3F3A2E";
oncolor="#ffffff";
offbgcolor="#AEA17F";
offcolor="#000000";
bordercolor="#3F3A2E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#3F3A2E";
headercolor="#ffffff";
headerbgcolor="#3F3A2E";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Unternehmensleitung;url=/de/Management.asp;status=Unternehmensleitung;");
aI("text=Finanzberichte;url=/de/FinancialStatements.asp;status=Finanzberichte;");
aI("text=Unternehmensübersicht;url=/de/CorporateDirectory.asp;status=Unternehmensübersicht;");
}

with(milonic=new menuname("prj")){
top="offset=-1";
style=menuStyle;
aI("text=Reed Lake;url=/de/ReedLake.asp;status=Reed Lake;");
aI("text=Clone Gold;url=/de/CloneGold.asp;status=Clone Gold;");
aI("text=Debut Gold;url=/de/DebutGold.asp;status=Debut Gold;");
aI("text=Jumbo Gold;url=/de/JumboGold.asp;status=Jumbo Gold;");
aI("text=Potash;url=/de/Potash.asp;status=Potash;");
aI("text=Coal;url=/de/Coal.asp;status=Coal;");
}

with(milonic=new menuname("inv")){
top="offset=-1";
style=menuStyle;
aI("text=Info über die Aktie;url=/de/StockInfo.asp;status=Info über die Aktie;");
aI("text=Aktienstruktur;url=/de/ShareStructure.asp;status=Aktienstruktur;");
//aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
//aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("contact")){
top="offset=-1";
style=menuStyle;
aI("text=Fordern Sie weitere Informationen an;url=/de/InfoRequest.asp;status=Fordern Sie weitere Informationen an;");
aI("text=Eine Nachricht Senden;url=/de/SendaMessage.asp;status=Eine Nachricht Senden;");
}

drawMenus();