_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="#C6BD96";
oncolor="#9E412B";
offbgcolor="#C6BD96";
offcolor="#000000";
pagebgcolor="#C6BD96";
pagecolor="#9E412B";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666363";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
left=200;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Key Suppliers;url=/s/KeySuppliers.asp;status=Key Suppliers;");
}

with(milonic=new menuname("Companies")){
style=menuStyle;
aI("text=Blind Creek Resources Ltd.;url=/s/Companies.asp;status=Blind Creek Resources Ltd.;");
aI("text=Golden Cariboo Resources Ltd.;url=/s/Companies.asp;status=Golden Cariboo Resources Ltd.;");
aI("text=International Wayside Gold Mines Ltd.;url=/s/Companies.asp;status=International Wayside Gold Mines Ltd.;");
aI("text=Island Mountain Gold Mines Ltd.;url=/s/Companies.asp;status=Island Mountain Gold Mines Ltd.;");
aI("text=Northern Continental Resources Ltd.;url=/s/Companies.asp;status=Northern Continental Resources Ltd.;");
aI("text=Northern Hemisphere Development Corp.;url=/s/Companies.asp;status=Northern Hemisphere Development Corp.;");
}

with(milonic=new menuname("Investor")){
style=menuStyle;
aI("text=Press Releases;url=/s/PressReleases.asp;status=Press Releases;");
aI("text=Capitalization;url=/s/Capitalization.asp;status=Capitalization;");
aI("text=Quotes;url=/s/Quotes.asp;status=Quotes;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Request More Info;url=/s/RequestMoreInfo.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
