_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(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#333333";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="transparent";
separatorsize="1";
separatorpadding="20";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#b47f0b";
oncolor="#000000";
offbgcolor="#c48a0c";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#b47f0b";
headercolor="#000000";
headerbgcolor="#b47f0b";
subimage="/cc/i/arrow-w.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=10";
aI("text=Management Team;url=/s/ManagementTeam.asp;status=Management Team;");
aI("text=Legal;url=/s/Legal.asp;status=Legal;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=10";
aI("text=Projects Overview;url=/s/SissonBrook.asp;status=Projects Overview;showmenu=ovr;");
aI("text=Metal Information;url=/s/Tungsten.asp;status=Metal Information;showmenu=metals;");
}

   with(milonic=new menuname("ovr")){
   style=menuStyle;
   aI("text=Sisson Brook;url=/s/SissonBrook.asp;status=Sisson Brook;");
   aI("text=Sisson Brook Region;url=/s/SissonBrookRegion.asp;status=Sisson Brook Region;");
   aI("text=Flume Ridge Property;url=/s/FlumeRidge.asp;status=Flume Ridge Property;");
   aI("text=Mount Pleasant West;url=/s/MtPleasantWest.asp;status=Mount Pleasant West;");
   aI("text=New Brunswick Gold Properties;url=/s/NBGold.asp;status=New Brunswick Gold Properties;");
   }

   with(milonic=new menuname("metals")){
   style=menuStyle;
   aI("text=Tungsten;url=/s/Tungsten.asp;status=Tungsten;");
   aI("text=Molybdenum;url=/s/Molybdenum.asp;status=Molybdenum;");
   aI("text=Indium;url=/s/Indium.asp;status=Indium;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=10";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=FAQ;url=/s/FAQ.asp;status=FAQ;");
//aI("text=Links;url=/s/Links.asp;status=Links;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=10";
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();