fixMozillaZIndex=true;
_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="#569fdf";
oncolor="#ffffff";
offbgcolor="#0069b0";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#7ac7ec";
separatorwidth="1";
separatorheight="25";
padding=4;
fontsize="13";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#569fdf";
headercolor="#ffffff";
headerbgcolor="#569fdf";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#569fdf";
oncolor="#ffffff";
offbgcolor="#0069b0";
offcolor="#ffffff";
bordercolor="#7ac7ec";
borderstyle="solid";
borderwidth=1;
separatorcolor="#7ac7ec";
separatorsize=1;
padding="4";
fontsize="13";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#569fdf";
headercolor="#ffffff";
headerbgcolor="#569fdf";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("about")){
style=menuStyle;
left="offset=-1";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("projects")){
style=menuStyle;
left="offset=-1";
//aI("text=Elsiar Cu-Mo-Au Exploration Project;url=/s/Elsiar.asp;status=Elsiar Cu-Mo-Au Exploration Project;");
aI("text=Aurizona Gold Project;url=/s/Aurizona.asp;status=Aurizona Gold Project;");
aI("text=The Santa Elena Project;url=/s/SantaElena.asp;status=The Santa Elena Project;");
aI("text=Summit Mine Project;url=/s/Summit.asp;status=Summit Mine Project;");
aI("text=Reserves And Resources;url=/s/ReservesResources.asp;status=Reserves And Resources;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
left="offset=-1";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Company Events;url=/s/Events.asp;status=Company Events;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

drawMenus();