_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="#B10000";
oncolor="#ffffff";
offbgcolor="#41403C";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#B10000";
headercolor="#ffffff";
headerbgcolor="#B10000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Unternehmensleitung;url=/de/Management.asp;status=Unternehmensleitung;");
aI("text=Finanzberichte;url=/de/FinancialStatements.asp;status=Finanzberichte;");
aI("text=Unternehmensverzeichnis;url=/de/CorporateDirectory.asp;status=Unternehmensverzeichnis;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Newfoundland Tungsten;url=#;showmenu=NFT;status=Newfoundland Tungsten;");
aI("text=Yukon-NWT Tungsten;url=#;showmenu=NWT;status=Yukon-NWT Tungsten;");
aI("text=Newfoundland Copper-Gold;url=#;showmenu=NCG;status=Newfoundland Copper-Gold;");
}

with(milonic=new menuname("NFT")){
style=menuStyle;
aI("text=Grey River Tungsten;url=#;showmenu=Grey;status=Grey River Tungsten;");
aI("text=Granite Lake Tungsten;url=#;showmenu=Granite;tatus=Granite Lake Tungsten;");
}

with(milonic=new menuname("Grey")){
style=menuStyle;
aI("text=Grey River Tungsten;url=/de/GreyRiverTungsten.asp;status=Grey River Tungsten;");
aI("text=Grey River Tungsten Photo Gallery;url=/de/GreyRiver-Photos.asp;status=Grey River Tungsten Photo Gallery;");
aI("text=Grey River Tungsten Maps and Deposit Models;url=/de/GreyRiver-Maps.asp;status=Grey River Tungsten Maps and Deposit Models;");
}

with(milonic=new menuname("Granite")){
style=menuStyle;
aI("text=Granite Lake Tungsten;url=/de/GraniteLakeTungsten.asp;status=Granite Lake Tungsten;");
aI("text=Granite Lake Photo Gallery;url=/de/GraniteLake-Photos.asp;status=Granite Lake Photo Gallery;");
aI("text=Granite Lake Maps;url=/de/GraniteLake-Maps.asp;status=Granite Lake Maps;");
}

with(milonic=new menuname("NWT")){
style=menuStyle;
aI("text=Risby Tungsten;url=/de/RisbyTungsten.asp;status=Risby Tungsten;");
aI("text=Lened Tungsten;url=/de/LenedTungsten.asp;status=Lened Tungsten;");
aI("text=Clea Tungsten;url=/de/CleaTungsten.asp;status=Clea Tungsten;");
}

with(milonic=new menuname("NCG")){
style=menuStyle;
aI("text=Gregory River;url=/de/otherprojects.asp;status=Gregory River;");
}



with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Info über die Aktie;url=/de/StockInfo.asp;status=Info über die Aktie;");
aI("text=Aktienverteilung;url=/de/ShareStructure.asp;status=Aktienverteilung;");
aI("text=Artikel & Kommentare;url=/de/ArticlesAndComments.asp;status=Artikel & Kommentare;");
aI("text=Ähnliche Websites;url=/de/RelatedSites.asp;status=Ähnliche Websites;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Nehmen Sie mit uns Kontakt auf;url=/de/ContactUs.asp;status=Nehmen Sie mit uns Kontakt auf;");
aI("text=Fordern Sie weitere Informationen an;url=/de/InfoRequest.asp;status=Fordern Sie weitere Informationen an;");
aI("text=Schicken Sie eine Mitteilung;url=/de/InfoRequest.asp;status=Schicken Sie eine Mitteilung;");
}

drawMenus();

//aI("text=Related Reports;url=/de/RelatedReports.asp;status=Related Reports;");