_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="#575757";
oncolor="#ffffff";
offbgcolor="#B59960";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#575757";
headercolor="#ffffff";
headerbgcolor="#575757";
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/Corporate.asp;status=About Us;");
aI("text=Management;url=/s/Management.asp;status=Management;");
//aI("text=Governance;url=/s/Governance.asp;status=Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Atlin Gold Property;url=/s/AtlinGold.asp;status=Atlin Gold Property;");
aI("text=Muskox Property;url=/s/MuskoxProperty.asp;status=Muskox Property;");
aI("text=Project Photos;url=/s/Photos.asp;status=Project Photos;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News;url=/s/NewsReleases.asp;status=News;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Investment Highlights;url=/s/InvestmentHighlights.asp;status=Investment Highlights;");
aI("text=IR FAQ;url=/s/IRFAQ.asp;status=IR FAQ;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Corporate Presentations;url=/s/Presentations.asp;status=Corporate Presentations;");
aI("text=Calendar of Events;url=/s/Events.asp;status=Calendar of Events;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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();