_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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#94553E";
oncolor="#ffffff";
offbgcolor="#AE905D";
offcolor="#ffffff";
bordercolor="#A27F43";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#94553E";
headercolor="#ffffff";
headerbgcolor="#94553E";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/ManagementProfile.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Ebay PGE Project;url=/s/PlateauProperty.asp?ReportID=124784;status=Ebay PGE Project;");
aI("text=Teck Gold Project;url=/s/TeckGoldProject.asp;status=Teck Gold Project;");
aI("text=Lockout Gold Project;url=/s/LockoutGoldProject.asp;status=Lockout Gold Project;");
aI("text=Ballarat Gold Project;url=/s/Ballarat.asp;status=Ballarat Gold Project;");
aI("text=Kipawa and LuLa REE Projects;url=/s/KipawaLuLa.asp;status=Kipawa and LuLa REE Projects;");
//aI("text=Wedge Gold Project;url=/s/WedgeGoldProject.asp?ReportID=124785;status=Wedge Gold Project;");
//aI("text=Windblown Project;url=/s/WindblownProject.asp;status=Windblown Project;");
//aI("text=Helen Gold Project;url=/s/HelenGoldProject.asp;status=Helen Gold Project;");
//aI("text=Hearne Uranium Project;url=/s/HearneUraniumProject.asp;status=Hearne Uranium Project;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Stock Quote & Chart;url=/s/StockQuote.asp;status=Stock Quote & Chart;");
aI("text=Press Articles;showmenu=press;status=Press Articles;");
aI("text=Industry Info;showmenu=ind;status=Industry Info;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
}

   with(milonic=new menuname("press")){
   style=menuStyle;
   aI("text=Hinterland in the News;url=/s/HinterlandInNews.asp;status=Hinterland in the News;");
   }

   with(milonic=new menuname("ind")){
   style=menuStyle;
   aI("text=Platinum Group Metals (PGM);url=/s/IndustryInfo_PGM.asp;status=Platinum Group Metals (PGM);");
   aI("text=Gold;url=/s/IndustryInfo_Gold.asp;status=Gold;");
   }

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();