_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="#ffffff";
offcolor="#7f0320";
pagebgcolor="#CDDDF1";
pagecolor="#000000";
bordercolor="#7f0320";
borderstyle="solid";
borderwidth=1;
separatorcolor="#7f0320";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="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=Experts;url=/s/Experts.asp;status=Experts;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Corporate Contact;url=/s/ContactUs.asp;status=Corporate Contact;");
}

with(milonic=new menuname("gold")){
style=menuStyle;
aI("text=Highlights;url=/s/GoldCopperProjects.asp;status=Highlights;");
aI("text=Lajitas Gold-Copper Project;url=/s/LajitasGold.asp;status=Lajitas Gold-Copper Project;");
aI("text=Nevada Gold-Copper Project;url=/s/NevadaGold.asp;status=Nevada Gold-Copper Project;");
aI("text=Tinton Gold Project ;url=/s/TintonGold.asp;status=Tinton Gold Project ;");
aI("text=Maricunga Gold Belt;url=/s/MaricungaGold.asp;status=Maricunga Gold Belt;");
aI("text=Habanero and El Rojo;url=/s/ElRojo-Habanaro.asp;status=Habanero and El Rojo;");
}

with(milonic=new menuname("nickel")){
style=menuStyle;
aI("text=Highlights;url=/s/NickelCopperProjects.asp;status=Highlights;");
aI("text=Labrador Base Metal Project;url=/s/LabradorNickel.asp;status=Labrador Base Metal Project;");
}

with(milonic=new menuname("base")){
style=menuStyle;
aI("text=Highlights;url=/s/BaseMetalProjects.asp;status=Highlights;");
aI("text=Harvey Project;url=/s/HarveyProject.asp;status=Harvey Project;");
aI("text=Titus & Wentworth Projects;url=/s/TitusWentworth.asp;status=Titus & Wentworth Projects;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Snap Shot;url=/s/InvestorInfo.asp;status=Snap Shot;");
aI("text=Stock Quote and Chart;url=/s/StockInfo.asp;status=Stock Quote and Chart;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=SEDAR Filings;url=http://sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00009085;target=blank;status=SEDAR Filings;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Contact;url=/s/Contact.asp;status=Contact;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Capella USA;url=http://www.capellaresourcesusa.com;status=Capella USA;target=_blank");
aI("text=Capella CA;url=http://www.capellaresourcescanada.com;status=Capella CA;target=_blank");
aI("text=Capella Au-Cu;url=http://www.capellaresources-gold-copper-projects.com;status=Capella Au-Cu;target=_blank");
aI("text=Capella Basemeta;url=http://www.capellaresources-base-metal-projects.com;status=Capella Basemeta;target=_blank");
aI("text=Capella Blog;url=http://www.capellaresourcesblog.com;status=Capella Blog;target=_blank");
aI("text=Capella News;url=http://www.capellaresourcesnews.com;status=Capella News;target=_blank");
}

drawMenus();

