_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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
fixMozillaZIndex=true


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(MainMenuStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
separatorcolor="none";
separatorsize="37";
}

with(menuStyle=new mm_style()){
offbgcolor="none";
offcolor="#333333";
onbgcolor="none";
oncolor="#ffffff";
pagebgcolor="none";
pagecolor="#ffffff";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#101010";
separatorsize="0";
padding="5px 10px 5px 13px";
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
menubgimage="/i/common/SubMenuBG.gif";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

// Be sure to add padding to the last menu item: ;rawcss=padding-bottom:5px


with(milonic=new menuname("Corporate")){
style=menuStyle;
menuwidth=142;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Executives;url=/s/Executives.asp;status=Executives;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;rawcss=padding-bottom:5px;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
menuwidth=127;
aI("text=Galloway Overview;url=/s/Galloway.asp;status=Galloway Overview;");
aI("text=Corebox;url=/s/Corebox.asp;status=Corebox;");
aI("text=Location Maps;url=/s/LocationMaps.asp;status=Location Maps;");
aI("text=DD Sections;url=/s/CrossSections-Pitchvein.asp;showmenu=CrossSections;status=DD Sections;");
aI("text=Geology;url=/s/Geology.asp?ReportID=481169;showmenu=Geology;status=Geology;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Other Properties;url=/s/OtherProperties.asp;status=Other Properties;rawcss=padding-bottom:5px;");
aI("text=Photo Gallery;url=/s/LandingPage.asp;status=Photo Gallery;");
}

with(milonic=new menuname("CrossSections")){
style=menuStyle;
menuwidth=127;
aI("text=Golden Triangle;url=/s/GoldenTriangle.asp;status=Golden triangle;");
aI("text=Galloway/Pitchvein (GP);url=/s/CrossSections-Pitchvein.asp;status=Galloway/Pitchvein (GP);");
aI("text=Moriss;url=/s/CrossSections-Moriss.asp;status=Moriss;");
aI("text=Hendrick;url=/s/CrossSections-Hendrick.asp;status=Hendrick;");
}

with(milonic=new menuname("Geology")){
style=menuStyle;
menuwidth=127;
aI("text=Claims and Showing;url=/s/Geology.asp?ReportID=481170;status=Claims and Showing;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
menuwidth=156;
aI("text=Milestones;url=/s/Milestones.asp;status=Milestones;");
aI("text=Shareholder Info;url=/s/ShareholderInfo.asp;status=Shareholder Info;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

with(milonic=new menuname("News")){
style=menuStyle;
menuwidth=113;
aI("text=News Releases;url=/s/NewsReleases.asp?DateRange=ThisYear;status=News Releases;showmenu=NewsReleasesOff");
aI("text=Media;url=/s/Media.asp;status=Media;");
}

    with(milonic=new menuname("NewsReleases")){
    style=menuStyle;
    menuwidth=71;
    aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
    aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
    }

drawMenus();
