_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="#F1F0F0";
oncolor="#185994";
offbgcolor="#F1F0F0";
offcolor="#000000";
pagebgcolor="#F1F0F0";
pagecolor="#185994";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B8B8B8";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Overview;url=/s/CorporateInfo.asp;status=Corporate Overview;");
aI("text=Management;url=/s/ManagementIndex.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
Top=110;
//aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
//aI("text=Lisbon Valley Project;url=/s/LisbonValley.asp;status=Lisbon Valley Project;");
//aI("text=Labrador Central Mineral Belt Properties;url=/s/LCMBP.asp;status=Labrador Central Mineral Belt Properties;");
aI("text=Brew Property;url=/s/Brew.asp;status=Brew Property;");
aI("text=Nevada Gold Property;url=/s/NevadaGoldProperty.asp;status=Nevada Gold Property;");
//aI("text=St. George Bay Potash Property;url=/s/StGeorgeBay.asp;status=St. George Bay Potash Property;");
//aI("text=Uranium Facts;url=/s/UraniumFacts.asp;status=Uranium Facts;");

}

with(milonic=new menuname("News")){
style=menuStyle;
Top=110;
aI("text=News;url=/s/NewsReleases.asp;status=News;");
aI("text=Articles;url=/s/Articles.asp;status=Articles;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Links;url=/s/Links.asp;status=Links;");
aI("text=Calendar of Events;url=/s/Calendar.asp;status=Calendar of Events;");
}

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();