_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(menuStyle=new mm_style()){
onbgcolor="#B10000";
oncolor="#ffffff";
offbgcolor="#41403C";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#B10000";
headercolor="#ffffff";
headerbgcolor="#B10000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.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("abttung")){
style=menuStyle;
aI("text=About Tungsten;url=/s/AboutTungsten.asp;status=About Tungsten;");
aI("text=The Economics and Politics of Tungsten;url=/i/pdf/EconTungsten.pdf;status=The Economics and Politics of Tungsten;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Newfoundland Tungsten + Mo;url=/s/GreyRiverTungsten.asp;showmenu=NFT;status=Newfoundland Tungsten + Mo;");
aI("text=Yukon-NWT Tungsten;url=/s/RisbyTungsten.asp;showmenu=NWT;status=Yukon-NWT Tungsten;");
aI("text=Newfoundland Copper-Gold;url=/s/otherprojects.asp;showmenu=NCG;status=Newfoundland Copper-Gold;");
aI("text=Seal Lake Copper Silver;url=/s/SLCS.asp;status=Seal Lake Copper Silver;");
}

with(milonic=new menuname("NFT")){
style=menuStyle;
aI("text=Grey River Tungsten;url=/s/GreyRiverTungsten.asp;status=Grey River Tungsten;");
aI("text=Granite Lake Molybdenum;url=/s/GraniteLakeTungsten.asp;status=Granite Lake Molybdenum;");
}

with(milonic=new menuname("Grey")){
style=menuStyle;
aI("text=Grey River Tungsten;url=/s/GreyRiverTungsten.asp;status=Grey River Tungsten;");
aI("text=Grey River Tungsten Photo Gallery;url=/s/GreyRiver-Photos.asp?ReportID=194374;status=Grey River Tungsten Photo Gallery;");
aI("text=Grey River Tungsten Grey River Maps, Videos and Deposits Models;url=/s/GreyRiver-Maps.asp;status=Grey River Tungsten Maps, Videos and Deposits Models;");
}

with(milonic=new menuname("Granite")){
style=menuStyle;
aI("text=Granite Lake Tungsten;url=/s/GraniteLakeTungsten.asp;status=Granite Lake Tungsten;");
aI("text=Granite Lake Photo Gallery;url=/s/GraniteLake-Photos.asp;status=Granite Lake Photo Gallery;");
aI("text=Granite Lake Maps;url=/s/GraniteLake-Maps.asp;status=Granite Lake Maps;");
}

with(milonic=new menuname("NWT")){
style=menuStyle;
aI("text=Risby Tungsten;url=/s/RisbyTungsten.asp;status=Risby Tungsten;");
aI("text=Lened Tungsten;url=/s/LenedTungsten.asp;status=Lened Tungsten;");
aI("text=Clea Tungsten;url=/s/CleaTungsten.asp;status=Clea Tungsten;");
}

with(milonic=new menuname("NCG")){
style=menuStyle;
aI("text=Gregory River;url=/s/otherprojects.asp;status=Gregory River;");
}



with(milonic=new menuname("inv")){
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=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Related Articles;url=/s/ArticlesAndComments.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();

//aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");