_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="#00619c";
oncolor="#1ab1ff";
offbgcolor="#00619c";
offcolor="#ffffff";
bordercolor="#00426c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#47728d";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#1ab1ff";
pagebgcolor="#00619c";
headercolor="#1ab1ff";
headerbgcolor="#00619c";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
left="offset=5";
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Share Structure;url=/s/Share_Structure.asp;status=Share Structure;");
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/Corp_Governance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
left="offset=5";
//aI("text=Newman Todd Project, Ontario;url=/s/Newman_Todd.asp;status=Newman Todd Project, Ontario;");
aI("text=Tam Property, BC;url=/s/Tam.asp;status=Tam Property, British Columbia;");
aI("text=White Gold Area, Yukon;url=/s/White_Gold.asp;status=White Gold Area, Yukon;");
aI("text=TAC Property, Yukon;url=/s/TAC_Property.asp;status=TAC Property, Yukon;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
left="offset=5";
aI("text=Fact Sheet;url=/s/Fact_Sheet.asp;status=Fact Sheet;");
aI("text=Stock Info;url=/s/Stock_Quote.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/Financials.asp;status=Financial Statements;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Links;url=/s/Links.asp;status=Links;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
left="offset=5";
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();
