_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(menuStyle=new mm_style()){
onbgcolor="#197DB7";
oncolor="#ffffff";
offbgcolor="#9DC0D5";
offcolor="#000000";
bordercolor="@ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#197DB7";
headercolor="#ffffff";
headerbgcolor="#197DB7";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Red Lake Summary;url=/s/Redlake.asp;status=Red Lake Summary;");
aI("text=Gold Centre Photos;url=/s/RedLakePhotos.asp;status=Gold Centre Photos;");
aI("text=Gold Centre Maps;url=/s/MapsAndPhotos.asp;status=Gold Centre Maps;");
aI("text=Surf Inlet Summary;url=/s/SurfInlet.asp;status=Surf Inlet Summary;");
aI("text=Surf Inlet Maps;url=/s/SurfInlet-MapsAndPhotos.asp;status=Surf Inlet Maps;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Articles & Comments;url=/s/ArticlesAndComments.asp;status=Articles & Comments;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("drill")){
style=menuStyle;
aI("text=Diagram;url=/diagram.htm;status=Diagram;target=blank;targetfeatures=width=760,height=556,status,scrollbars,resizable");
aI("text=Detailed Overview;url=/s/GoldCentreDrilling.asp;status=Detailed Overview;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();
