_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="#CDDDF1";
oncolor="#000000";
offbgcolor="#244DCD";
offcolor="#ffffff";
bordercolor="#84807D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDDDF1";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
align="left"; 
overfilter="";
outfilter="";
}




with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=7";
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=About Us;url=/s/Aboutus.asp;status=About Us;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
top="offset=7";
aI("text=Location;url=/s/Location.asp;status=Location;");
//aI("text=Location Map;url=/i/pdf/Location_map.pdf;status=Location Map;target=_blank");
aI("text=Mineral Exploration;url=/s/Minerals.asp;showmenu=Mineral;status=Mineral Exploration;");
aI("text=Sand & Gravel;url=/s/SandGravel.asp;status=Sand & Gravel;showmenu=SandGravel;");
}


	with(milonic=new menuname("Mineral")){
	style=menuStyle;
	aI("text=Silica Sand;url=/s/SilicaSand.asp;status=Silica Sand;");
   aI("text=Limestone;url=/s/Limestone.asp;status=Limestone;");
   aI("text=Salt;url=/s/Salt.asp;status=Salt;");
   aI("text=Uranium;url=/s/Uranium.asp;status=Uranium;");
   aI("text=Rare Earth Elements;url=/s/RareEarth.asp;status=Rare Earth Elements;");
   aI("text=Lithium;url=/s/Lithium.asp;status=Lithium;");
   aI("text=Dolomite;url=/s/Dolomite.asp;status=Dolomite;");
   aI("text=Diamonds;url=/s/Diamonds.asp;status=Diamonds;");
	aI("text=Industrial Mineral Uses;url=/i/pdf/IndustrialMinerals-V4.pdf;target=_blank;status=Industrial Mineral Uses;");
	
	}

	with(milonic=new menuname("SandGravel")){
	style=menuStyle;
	aI("text=Susan Lake Gravel Pit;url=/s/SusanLakeGravel.asp;status=Susan Lake Gravel Pit;");
	aI("text=Poplar Creek Gravel Pit;url=/s/PoplarCreekGravel.asp;status=Poplar Creek Gravel Pit;");
	aI("text=The Warrensville  Gravel Pit;url=/s/Warrensville.asp;status=The Warrensville  Gravel Pit;");
	aI("text=Gravel Exploration Program;url=/s/SandGravelexplore.asp;status=Gravel Exploration Program;");
	}
	
with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=7";
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=Photos;url=/s/PhotoGallery.asp;status=Photos;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=7";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=7";
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Information Request;url=/s/InformationRequest.asp;status=Information Request;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
