_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="#692D1D";
oncolor="#ffffff";
offbgcolor="#C33220";
offcolor="#ffffff";
bordercolor="#C33220";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#692D1D";
headercolor="#ffffff";
headerbgcolor="#692D1D";
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;
aI("text=Leitende Angestellte Und Direktoren;url=/de/OfficersDirectors.asp;status=Leitende Angestellte Und Direktoren;");
aI("text=Unternehmen Info;url=/de/CorporateInfo.asp;status=Unternehmen Info;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Pumpkin Hollow Property;url=/de/PumpkinHollow.asp?ReportID=171848;status=Pumpkin Hollow Property;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Aktie Info;url=/de/StockInfo.asp;status=Aktie Info;");
aI("text=Finanzberichte;url=/de/FinancialStatements.asp;status=Finanzberichte;");
aI("text=Präsentationen;url=/de/Presentations.asp;status=Präsentationen;");
aI("text=Medien;url=/de/Coverage.asp;status=Medien;");
aI("text=Öffentliche Einreichungen;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00013198;target=blank;status=Öffentliche Einreichungen;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Kontakt Information;url=/de/ContactUs.asp;status=Kontakt Information;");
aI("text=Mehr Informationen Anfragen;url=/de/InformationRequest.asp;status=Mehr Informationen Anfragen;");
aI("text=Eine Nachricht Senden;url=/de/SendMessage.asp;status=Eine Nachricht Senden;");
}

drawMenus();