_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("prj")){
style=menuStyle;
left="offset=5";
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Springpole Gold Project;url=/s/Springpole_Gold.asp?ReportID=362562;status=Springpole Gold Project;");
aI("text=Horseshoe Island Project;url=/s/Horseshoe_Island.asp?ReportID=363100;status=Horseshoe Island Project;");
aI("text=Favourable Lake Project;url=/s/Favourable_Lake.asp?ReportID=363095;status=Favourable Lake Project;");
aI("text=Cordero Gallium Project;url=/s/Cordero_Gallium.asp?ReportID=363062;status=Cordero Gallium Project;");
aI("text=Kratz Spring REE Project;url=/s/Kratz_Spring.asp?ReportID=363058;status=Kratz Spring REE Project;");
}

with(milonic=new menuname("latest")){
style=menuStyle;
left="offset=5";
aI("text=Overview;url=/s/Latest_News.asp;status=Overview;");
aI("text=News Releases;url=/s/News_Releases.asp;status=News Releases;");
aI("text=Upcoming Events;url=/s/Upcoming_Events.asp;status=Upcoming Events;");
aI("text=Published Articles;url=/s/Published_Articles.asp;status=Published Articles;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
left="offset=5";
aI("text=President's Message;url=/s/Presidents_Message.asp;status=President's Message;");
aI("text=Shareholder Info;url=/s/Shareholder_Info.asp;status=Shareholder Info;");
aI("text=Directors & Officers;url=/s/Directors_Officers.asp;status=Directors & Officers;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Privacy Policy;url=/s/Privacy_Policy.asp;status=Privacy Policy;");
aI("text=Terms of Use;url=/s/Terms_of_Use.asp;status=Terms of Use;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
left="offset=5";
aI("text=Special Meeting;url=/s/SpecialMeeting.asp;status=Special Meeting;");
aI("text=AGM;url=/s/AGM.asp;status=AGM;");
aI("text=Stock Quote;url=/s/Stock_Quote.asp;status=Stock Quote;");
aI("text=News Releases;url=/s/News_Releases.asp?inv;status=News Releases;");
aI("text=Financial Reports;url=/s/Financial_Reports.asp;status=Financial Reports;");
aI("text=Stock Market Glossary;url=/i/pdf/misc/stock-market-glossary.pdf;target=blank;status=Stock Market Glossary;");
aI("text=Mining Terms;url=/i/pdf/misc/mining-terms.pdf;target=blank;status=Mining Terms;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
left="offset=5";
aI("text=Contact Info;url=/s/Contact_Us.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();