_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="#243E90";
oncolor="#FFCE01";
offbgcolor="#243E90";
offcolor="#ffffff";
bordercolor="#243E90";
borderstyle="solid";
borderwidth=1;
separatorcolor="#929FC8";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="normal";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#801D7F";
headercolor="#ffffff";
headerbgcolor="#9A8BAF";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Company Overview;url=/s/CorporateInformation.asp;status=Company Overview;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management Profile;url=/s/ManagementProfile.asp;status=Management Profile;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements_2010.asp;status=Financial Statements;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010 News Releases;url=/s/News-2009.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
aI("text=2009 News Releases;url=/s/News-2009.asp;status=2009 News Releases;");
aI("text=2008 News Releases;url=/s/News-2008.asp;status=2008 News Releases;");
aI("text=2007 News Releases;url=/s/News-2007.asp;status=2007 News Releases;");
aI("text=2006 News Releases;url=/s/News-2006.asp;status=2006 News Releases;");
aI("text=2005 News Releases;url=/s/News-2005.asp;status=2005 News Releases;");
aI("text=2004 News Releases;url=/s/News-2004.asp;status=2004 News Releases;");
aI("text=Archive;url=/s/News-2003.asp;status=Archive;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Project Info;url=/s/ProjectsInformation.asp;status=Project Info;");
aI("text=Kena;url=/s/Kena_Gold.asp;showmenu=kena;status=Kena;");
aI("text=Jersey Emerald;url=/s/Jersey_Emerald.asp;showmenu=jersey;status=Jersey Emerald;");
}

   with(milonic=new menuname("kena")){
   style=menuStyle;
   aI("text=Maps;url=/s/KenaMaps.asp;status=Maps;");
   aI("text=Photos;url=/s/KenaPhotos.asp;status=Photos;");
   }

   with(milonic=new menuname("jersey")){
   style=menuStyle;
   aI("text=Molybdenum Maps;url=/s/Jersey_EmeraldMaps.asp;status=Molybdenum Maps;");
     aI("text=Tungstun Maps;url=/s/Jersey_TungstunMaps.asp;status=Tungstun Maps;");
	 aI("text=Kootenay Zinc Belt Maps;url=/s/KootenayZincBeltMaps.asp;status=Kootenay Zinc Belt Maps;");
   aI("text=Photos;url=/s/Jersey_EmeraldPhotos.asp;status=Photos;");
    }

   with(milonic=new menuname("stephens")){
   style=menuStyle;
   aI("text=Maps;url=/s/Stephens_LakeMaps.asp;status=Maps;");
   aI("text=Photos;url=/s/Stephens_LakePhotos.asp;status=Photos;");
   }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInformation.asp;status=Stock Info;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Analyst & Media Reports;url=/s/AnalystReports.asp;status=Analyst & Media Reports;");
aI("text=Links;url=/s/Links.asp;status=Links;");
//aI("text=Fact Sheet;url=/i/pdf/Sultan-Brochure-Summer-2009.pdf;target=_blank;status=Fact Sheet;");
}

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();