_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()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=About IBC;url=/s/Corporate.asp;status=About IBC;");
aI("text=About Beryllium;url=/s/AboutBeryllium.asp;status=About Beryllium;");
aI("text=Management and Directors;url=/s/Management.asp;status=Management and Directors;");
aI("text=Advisors;url=/s/Advisors.asp;status=Advisors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=Freedom Alloys, Inc.;url=/s/Freedom.asp;status=Freedom Alloys, Inc.;");
aI("text=Nonferrous Products, Inc.;url=/s/Nonferrous.asp;status=Nonferrous Products, Inc.;");
aI("text=US Properties;url=/s/US.asp;showmenu=us;status=US Properties;");
aI("text=Brazil Properties;url=/s/Brazil.asp;status=Brazil Properties;");
aI("text=Technical Resources;url=/s/TechnicalResources.asp;status=Technical Resources;");
aI("text=Research and Development;url=/s/ResearchAndDevelopment.asp;status=Research and Development;");
}

with(milonic=new menuname("RandD")){
style=menuStyle;
top="offset=-1";
aI("text=Nuclear Fuel Initiative;url=/s/NuclearFuelInitiative.asp;status=Nuclear Fuel Initiative;");
}

with(milonic=new menuname("us")){
style=menuStyle;
top="offset=-1";
aI("text=Park County, Colorado;url=/s/ParkCounty.asp;status=Park County, Colorado;");
aI("text=Juab County, Utah;url=/s/Juab.asp;status=Juab County, Utah;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Reports & Presentations;url=/s/Presentations.asp;status=Reports & Presentations;");
aI("text=SEDAR;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00021700;target=_blank;status=SEDAR;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
//aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=-1";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Newsletters;url=/s/Newsletters.asp;status=Newsletters;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Subscribe to Investor Updates;url=/s/InformationRequest.asp;status=Subscribe to Investor Updates;");
aI("text=Request our Operations Newsletter;url=/s/NLRequest.asp;status=Request our Operations Newsletter;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();