_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="#CDDDF1";
oncolor="#000000";
offbgcolor="#90C7F3";
offcolor="#000000";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDDDF1";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}




with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=President's Message;url=http://www.nextgenmetalsinc.com/s/CorporateInfo.asp?ReportID=471151;status=President's Message;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Governance;url=/s/Governance.asp;status=Governance;");
aI("text=Disclaimer;url=http://www.nextgenmetalsinc.com/s/Disclaimer.asp?ReportID=471174;status=Disclaimer;");
}

with(milonic=new menuname("Management")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Destiny Gold;url=/s/DestinyGold.asp;status=Destiny Gold;");
aI("text=Fate Gold/Base Metals;url=/s/FateGoldBaseMetals.asp;status=Fate Gold/Base Metals;");
aI("text=Silver Chalice;url=/s/SilverChalice.asp;status=Silver Chalice;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Fact Sheet;url=/i/pdf/NEXTGEN_Factsheet.pdf;status=Fact Sheet;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Quotes/Charts;url=/s/QuotesCharts.asp;status=Quotes/Charts;");
aI("text=Conferences;url=/s/Conferences.asp;status=Conferences;");
aI("text=Presentations;url=/i/pdf/NextGenSlideshow.pdf;status=Presentations;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();
