_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#AD893C";
offcolor="#FFFFFF";
onbgcolor="#FDF7DB";
oncolor="#000000";
pagebgcolor="#AD893C";
pagecolor="#000000";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
menuwidth="116px";
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
menuwidth="101px";
aI("text=Brew Project;url=/s/Brew.asp;status=Brew Project;");
aI("text=IND Project;url=/s/IND.asp;status=IND Project;");
aI("text=Keystone Project;url=/s/Keystone.asp;status=Keystone Project;");
//aI("text=Longline Project;url=/s/Longline.asp;status=Longline Project;");
}

with(milonic=new menuname("Media")){
style=menuStyle;
menuwidth="101px";
aI("text=TV & Radio Interviews;url=/s/TVRadio.asp;status=TV & Radio Interviews;");
aI("text=News Stories;url=/s/NewsStories.asp;status=News Stories;");
aI("text=Media Relations Contact;url=/s/MediaRelations.asp;status=Media Relations Contact;");
aI("text=Downloadable Logo;url=/s/Logo.asp;status=Downloadable Logo;");
}  

with(milonic=new menuname("Investors")){
style=menuStyle;
menuwidth="138px";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Fact Sheet;url=/i/pdf/FactSheet.pdf;target=_blank;status=Fact Sheet;");
aI("text=Fact Sheet (German);url=/i/pdf/FactSheet-de.pdf;target=_blank;status=Fact Sheet (German);");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
menuwidth="112px";
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();
