_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="#8992B5";
oncolor="#1B2B6F";
offbgcolor="#1B2B6F";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#1B2B6F";
pagebgcolor="#8992B5";
headercolor="#1B2B6F";
headerbgcolor="#8992B5";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

function openSlide(){
   fw('/i/gallery/slideshow.html','ADD',680,520,'no','no','no','no','no','no','');
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Media;url=/s/Media.asp;status=Media;");
//aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp?DateRange=2007/01/01...2007/12/31;showmenu=rel;status=Related Articles;");
//aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("rel")){
style=menuStyle;
aI("text=2007;url=/s/RelatedArticles.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/RelatedArticles.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=Archive;url=/s/RelatedArticles.asp?DateRange=2001/01/01...2005/12/31;status=Archive;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Portfolio;url=/s/Projects.asp;status=Portfolio;");
aI("text=Photo Gallery;url=/s/PhotoGallery-Projects.asp;status=Photo Gallery;");
//aI("text=Photo Gallery;clickfunction=openSlide();status=Corporate Directory;");
}

with(milonic=new menuname("exp")){
style=menuStyle;
aI("text=Diamond Exploration;url=/s/DiamondExploration.asp;status=Diamond Exploration;");
aI("text=Nickel Exploration;url=/s/NickelExploration.asp;status=Nickel Exploration;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//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();