_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#0755f5";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#0755f5";
bordercolor="#1a2e60";
borderstyle="solid";
borderwidth=1;
separatorcolor="#1a2e60";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Georgia, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#0755f5";
headercolor="#ffffff";
headerbgcolor="#0755f5";
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=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}


with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Prime-Man;url=/s/Prime-Man.asp;status=Prime-Man;");
aI("text=Eldorado;url=/s/Eldorado.asp;status=Eldorado;");
aI("text=Murphy Lake;url=/s/MurphyLake.asp;status=Murphy Lake;");
aI("text=Timothy Lake;url=/s/TimothyLake.asp;status=Timothy Lake;");
aI("text=Willow River;url=/s/WillowRiver.asp;status=Willow River;");
aI("text=Rayfield;url=/s/Rayfield.asp;status=Rayfield;");
aI("text=Candorado Lithium;url=/s/CandoradoLithium.asp;status=Candorado Lithium;");
//aI("text=Dear Lake;url=/s/DearLake.asp;status=Dear Lake;");
//aI("text=Friendly Lake;url=/s/FriendlyLake.asp;status=Friendly Lake;");
//aI("text=Canim Lake;url=/s/CanimLake.asp;status=Canim Lake;");
//aI("text=Bonaparte;url=/s/Bonaparte.asp;status=Bonaparte;");
//aI("text=Serb Creek;url=/s/SerbCreek.asp;status=Serb Creek;");
//aI("text=Pitt Island;url=/s/PittIsland.asp;status=Pitt Island;");
//aI("text=Aurora Extension;url=/s/AuroraExtension.asp;status=Aurora Extension;");
//aI("text=Dry Lake;url=/s/DryLake.asp;status=Dry Lake;");
//aI("text=Messabi;url=/s/Messabi.asp;status=Messabi;");
//aI("text=King;url=/s/King.asp;status=King;");
//aI("text=K-CR;url=/s/K-CR.asp;status=K-CR;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
}

with(milonic=new menuname("Inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Capital;url=/s/ShareCapital.asp;status=Share Capital;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();