_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()){
onbgcolor="#005294";
oncolor="#ffffff";
offbgcolor="#AAA9AC";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#005294";
headercolor="#ffffff";
headerbgcolor="#005294";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("temp")){
style=menuStyle;
aI("text=Geschichte;url=/de/History.asp;status=Geschichte;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Geschichte;url=/de/History.asp;status=Geschichte;");
aI("text=Management;url=/de/Management.asp;status=Management;");
aI("text=Unternehmensübersicht und Präsentation;url=/de/CorporateDirectory.asp;status=Unternehmensübersicht und Präsentation;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Informationen zur Aktie;url=/de/Investors.asp;status=Informationen zur Aktie;");
aI("text=Finanzdaten;url=/de/FinancialInformation.asp;status=Finanzdaten;");
aI("text=Pressemitteilungen;url=/de/PressReleases.asp;status=Pressemitteilungen;");
aI("text=Unternehmenspräsentation;url=/de/ArticlesandComments.asp;status=Unternehmenspräsentation;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Lucky Ship;url=/de/LuckyShip.asp;status=Lucky Ship;");
//aI("text=BYC;url=/de/BYC.asp;status=BYC;");
aI("text=Indi;url=/de/Indi.asp;status=Indi;");
aI("text=Sweeney and Mike;url=/de/SweeneyandMike.asp;status=Sweeney and Mike;");
aI("text=Alice Arm;url=/de/AliceArm.asp;status=Alice Arm;");
aI("text=Grand Forks;url=/de/GrandForks.asp;status=Grand Forks;");
aI("text=Sceptre and Tiara;url=/de/SceptreandTiara.asp;status=Sceptre and Tiara;");
aI("text=Outram and Mackay;url=/de/OutramandMackay.asp;status=Outram and Mackay;");

aI("text=Technische Berichterstattung;url=/de/TechnicalReports.asp;status=Technische Berichterstattung;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Kontaktieren Sie uns;url=/de/ContactUs.asp;status=Kontaktieren Sie uns;");
aI("text=Benötige mehr Informationen;url=/de/InformationRequest.asp;status=Benötige mehr Informationen;");
aI("text=Sende eine Nachricht;url=/de/SendMessage.asp;status=Sende eine Nachricht;");
}

drawMenus();