_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="#CDC5C1";
oncolor="#000000";
offbgcolor="#F5F4F2";
offcolor="#000000";
bordercolor="#363636";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4A4544";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDC5C1";
headercolor="#000000";
headerbgcolor="#CDC5C1";
subimage="/cc/i/common/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("temp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Officers & Directors;url=/s/OfficersAndDirectors.asp;status=Officers & Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Property Portfolio;showmenu=port;status=Property Portfolio;");
aI("text=Compilation Table of Properties;url=/s/Portfolio.asp;status=Compilation Table of Properties;");
aI("text=Location & Showings;url=/s/LocationAndShowings.asp;status=Location & Showings;");
aI("text=Geology;url=/s/Geology.asp;status=Geology;");
aI("text=Geophysics;url=/s/Geophysics.asp;status=Geophysics;");
aI("text=Copper Chemistry;url=/s/CopperChemistry.asp;status=Copper Chemistry;");
aI("text=Gold Chemistry;url=/s/GoldChemistry.asp;status=Gold Chemistry;");
aI("text=Toodoggone;url=/s/Toodoggone.asp;status=Toodoggone;");
aI("text=Toodoggone History;url=/s/ToodoggoneHistory.asp;status=Toodoggone History;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

   with(milonic=new menuname("port")){
   style=menuStyle;
   aI("text=Stealth Minerals Property Synopsis;url=/s/Synopsis.asp;status=Stealth Minerals Property Synopsis;");
   aI("text=DANA property;url=/s/Dana.asp;status=DANA property;");
   aI("text=Regal;url=/s/Regal.asp;status=Regal;");
   aI("text=Mac;url=/s/MountMacNamara.asp;status=Mac;");
   aI("text=FogMess;url=/s/FogMess.asp;status=FogMess;");
   aI("text=Nub Mountain;url=/s/NubMountain.asp;status=Nub Mountain;");
   aI("text=Sickle Creek;url=/s/SickleCreek.asp;status=Sickle Creek;");
   aI("text=Sam;url=/s/Sam.asp;status=Sam;");
   aI("text=Swan;url=/s/Swan.asp;status=Swan;");
   aI("text=Louie;url=/s/Louie.asp;status=Louie;");
   aI("text=Breccia;url=/s/Breccia.asp;status=Breccia;");
   aI("text=Gordo;url=/s/Gordo.asp;status=Gordo;");
   aI("text=Junkers Creek;url=/s/JunkersCreek.asp;status=Junkers Creek;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote & Chart;url=/s/StockInfo.asp;status=Stock Quote & Chart;");
aI("text=Capital Structure;url=/s/CapitalStructure.asp;status=Capital Structure;");
aI("text=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
aI("text=Links to Articles of Interest;url=/s/ArticlesOfInterest.asp;status=Links to Articles of Interest;");
aI("text=Websites of Interest;url=/s/RelatedSites.asp;status=Websites of Interest;");
}

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/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();