_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="#53712F";
oncolor="#ffffff";
offbgcolor="#668B3A";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#53712F";
headercolor="#ffffff";
headerbgcolor="#53712F";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Info;url=/s/CorporateInfo.asp;status=Corporate Info;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=President's Message;url=/s/PresidentsMessage.asp;status=President's Message;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/InvestorInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Why Invest in Mesa Exploration?;url=/s/WhyInvest.asp;status=Why Invest in Mesa Exploration?;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Public Filings;url=/s/PublicFilings.asp;status=Public Filings;");
aI("text=Disclaimer;url=/s/Disclaimer.asp;status=Disclaimer;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Bounty Potash Project;url=/s/bounty_potash.asp;status=Bounty Potash Project;");
aI("text=Green Energy Lithium Project;url=/s/GreenEnergy.asp;status=Green Energy Lithium Project;");
aI("text=Potash - Utah;url=/s/PotashUtah.asp?ReportID=352402;status=Potash - Utah;");
aI("text=Potash - Arizona;url=/s/PotashArizona.asp?ReportID=352401;status=Potash - Arizona;");
aI("text=Lisbon Valley Project;url=/s/LisbonValley.asp?ReportID=130312;showmenu=lisbon;status=Lisbon Valley Project;");
aI("text=Moonshine Springs Project;url=/s/Moonshine.asp?ReportID=172861;showmenu=moonshine;status=Moonshine Springs Project;");
//aI("text=Arizona Strip Breccia Pipes;url=/s/Arizona.asp?ReportID=184803;showmenu=arizona;status=Arizona Strip Breccia Pipes;");
//aI("text=Pine Valley Potash Project;url=/s/Pine_Valley.asp;status=Pine Valley Potash Project;");
}

   with(milonic=new menuname("lisbon")){
   style=menuStyle;
   aI("text=Maps;url=/s/LisbonValley.asp?ReportID=130331;status=Maps;");
   aI("text=Photos of the Project;url=/s/LisbonValley.asp?ReportID=132989;status=Photos of the Project;");
   aI("text=Drilling Photos;url=/s/LisbonValley.asp?ReportID=140422;status=Drilling Photos;");
   }

   with(milonic=new menuname("moonshine")){
   style=menuStyle;
   aI("text=Photos of the Project;url=/s/Moonshine.asp?ReportID=180407;status=Photos of the Project;");
   }
   
      with(milonic=new menuname("arizona")){
      style=menuStyle;
      aI("text=Photos of the Project;url=/s/Arizona.asp?ReportID=188775;status=Photos of the Project;");
   }

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/s/InfoRequest.asp;status=Request More Info;");

}

drawMenus();
