_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#3b7c8e";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#000000";
headercolor="#FFFFFF";
headerbgcolor="#000000";
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("corp")){
style=menuStyle;
aI("text=About Us;url=/s/CorporateInfo.asp;status=About Us;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Terms of Use;url=/i/pdf/TermsofUse.pdf;status=Terms of Use;");
}


with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Avino Mine;url=/s/Avino.asp;status=Avino Mine;");
aI("text=Minto Property;url=/s/Minto.asp;status=Minto Property;");
aI("text=Eagle Property;url=/s/Eagle.asp;status=Eagle Property;");
aI("text=Olympic Kelvin Property;url=/s/Olympic.asp;status=Olympic Kelvin Property;");
aI("text=Aumax Property;url=/s/Aumax.asp;status=Aumax Property;");
}

with(milonic=new menuname("photo")){
style=menuStyle;
aI("text=Avino Silver & Gold Mines Photos;url=/s/Photos-Index.asp;status=Avino Silver & Gold Mines Photos;");
aI("text=Minto Property Photos;url=/s/Minto-Photos.asp;status=Minto Property Photos;")
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Media;url=/s/Media.asp;status=Media;");
}

with(milonic=new menuname("Inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Calendar of Events;url=/s/Events.asp;status=Calendar of Events;");
aI("text=US Filings;url=/s/USFilings.asp;status=US Filings;");
aI("text=AGM Notification;url=/s/AGMNotification.asp;status=AGM Notification;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();