_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="#4F565B";
oncolor="#FFFFFF";
offbgcolor="#4F565B";
offcolor="#D2D2D2";
pagebgcolor="#4F565B";
pagecolor="#FFFFFF";
bordercolor="#9F9F9F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="0";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#4F565B";
headerbgcolor="#FF9600";
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=Message from the President;url=/s/MessagePresident.asp;status=Message from the President;");
aI("text=Management Team;url=/s/ManagementTeam.asp;status=Management Team;");
aI("text=Exploration Team;url=/s/ExplorationTeam.asp;status=Exploration Team;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Yukon Territory;type=header;");
aI("text=Shell Creek;url=/s/ShellCreek.asp;status=Shell Creek;");
aI("text=Heidi;url=/s/Heidi.asp;status=Heidi;");
//aI("text=Cheyenne;url=/s/Cheyenne.asp;status=Cheyenne;");

aI("text=Turn River;url=/s/CassiarPlateau.asp;status=Turn River;");

aI("text=British Columbia;type=header;");
aI("text=Albert Creek;url=/s/AlbertCreek.asp;status=Albert Creek;");
aI("text=Antler Creek;url=/s/AntlerCreek.asp;status=Antler Creek;");
aI("text=Redford;url=/s/Redford.asp;status=Redford;");
aI("text=Saskatchewan;type=header;");
aI("text=Carswell Uranium Project;url=/s/Carswell.asp;status=Carswell Uranium Project;");
}

with(milonic=new menuname("YT")){
style=menuStyle;
aI("text=Shell Creek;url=/s/ShellCreek.asp;status=Shell Creek;");
aI("text=Heidi;url=/s/Heidi.asp;status=Heidi;");
aI("text=Cheyenne;url=/s/Cheyenne.asp;status=Cheyenne;");
aI("text=May Creek;url=/s/MayCreek.asp;status=May Creek;");
}

with(milonic=new menuname("BC")){
style=menuStyle;
aI("text=Albert Creek;url=/s/AlbertCreek.asp;status=Albert Creek;");
aI("text=Antler Creek;url=/s/AntlerCreek.asp;status=Antler Creek;");
aI("text=Redford;url=/s/Redford.asp;status=Redford;");
}

with(milonic=new menuname("SK")){
style=menuStyle;
aI("text=Carswell Uranium Project;url=/s/Carswell.asp;status=Carswell Uranium Project;");
}

with(milonic=new menuname("Investor")){
style=menuStyle;
aI("text=Stock & Metal Prices;url=/s/StockInfo.asp;status=Stock & Metal Prices;");
aI("text=Corporate Structure;url=/s/CorporateStructure.asp;status=Corporate Structure;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Brochure;url=/s/Brochure.asp;status=Brochure;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Reports;url=/s/Reports.asp;status=Reports;");
}

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();