_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="#4AAC94";
oncolor="#000000";
offbgcolor="#0B5342";
offcolor="#ffffff";
bordercolor="#383838";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E4EEED";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#4AAC94";
headercolor="#000000";
headerbgcolor="#4AAC94";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
openstyle="rtl";
aI("text=Corporate Overview;url=/s/Overview.asp;status=Corporate Overview;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
//aI("text=Technical Team;url=/s/Team.asp;status=Technical Team;");
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;
aI("text=California;url=/s/California.asp;status=California;");
aI("text=GALCA;url=/s/Galca.asp;status=GALCA Project;");
aI("text=Victorio;url=/s/Victorio.asp;status=Victorio;");
aI("text=Carboluis;url=/s/Carboluis.asp;status=Carboluis;");
//aI("text=Indian Springs;url=/s/IndianSprings.asp;status=Indian Springs Tungsten Property;");
//aI("text=Lone Mountain;url=/s/LoneMountain.asp;status=Lone Mountain Project;");


}

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=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Web Sites;");
//aI("text=Coal Info;url=/s/CoalInfo.asp;status=Coal Info;");
aI("text=Tungsten Info;url=/s/TungstenInfo.asp;status=Tungsten Info;");
aI("text=Molybdenum Info;url=/s/MolybdenumInfo.asp;status=Molybdenum Info;");
aI("text=Investor Brochure;url=/i/pdf/Investor_Brochure.pdf;target=_blank;status=Investor Brochure;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();