_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#1a1991";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#1a1991";
bordercolor="#ffd101";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffd101";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Trebuchet MS, Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#1a1991";
headercolor="#FFFFFF";
headerbgcolor="#1a1991";
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)";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financials;url=/s/FinancialInformation.asp;status=Financials;");
aI("text=Annual Report;url=/s/FinancialInformation.asp;status=Annual Report;");
aI("text=Presidents Message;url=/s/PresidentsMessage.asp;status=Presidents Message;");
}

with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Ireland Property - Nevada;url=/s/Ireland.asp;status=Ireland Property - Nevada;");
aI("text=TJ Ridge Project;url=/s/TJRidge.asp;status=TJ Ridge Project;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

with(milonic=new menuname("Inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
//aI("text=Corporate Presentation;url=/s/Presentations.asp;status=Corporate Presentation;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Brochure;url=/i/pdf/Brochure.pdf;target=_blank;status=Brochure;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();