_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=2              // 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="#C0B291";
oncolor="#000000";
offbgcolor="#F0ECE4";
offcolor="#000000";
bordercolor="#938155";
borderstyle="solid";
borderwidth=1;
separatorcolor="#938155";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#C0B291";
headercolor="#000000";
headerbgcolor="#C0B291";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Issued Stock;url=/s/IssuedStock.asp;status=Issued Stock;");
aI("text=Code of Conduct;url=/i/pdf/code_of_conduct_dec20_06.pdf;target=blank;status=Code of Conduct;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Alaska;url=/s/Projects.asp;showmenu=ak; status=Alaska;");
//aI("text=Joint Venture Opportunities;url=/i/pdf/Goodpaster_Project_Summaries0611.pdf;target=_blank;showmenu=jv; status=Joint Venture Opportunities;");
//aI("text=Nevada;url=/s/Nevada.asp;showmenu=nv; status=Nevada;");
aI("text=43-101 Disclosure;url=/s/43-101Disclosure.asp;status=43-101 Disclosure;");
}

with(milonic=new menuname("ak")){
style=menuStyle;
aI("text=<font color=\"red\">Livengood</font>;url=/s/Livengood.asp;status=Livengood;");
//aI("text=<font color=\"red\">Chisna</font>;url=/s/Chisna.asp;status=Chisna;");
//aI("text=<font color=\"red\">Terra</font>;url=/s/Terra.asp;status=Terra;");
//aI("text=<font color=\"red\">BMP</font>;url=/s/BMP.asp;status=BMP;");
//aI("text=<font color=\"red\">LMS</font>;url=/s/LMS.asp;status=LMS;");
}

with(milonic=new menuname("jv")){
style=menuStyle;
aI("text=<font color=\"red\">Coffee Dome</font>;url=/s/CoffeeDome.asp;status=Coffee Dome;");
aI("text=<font color=\"red\">LMS</font>;url=/s/LMS.asp;status=LMS;");
//aI("text=<font color=\"red\">West Tanana</font>;url=/s/WestTanana.asp;status=West Tanana;");
aI("text=<font color=\"red\">West Pogo;url=/s/WestPogo.asp;status=West Pogo;");
aI("text=<font color=\"red\">Gilles;url=/s/Gilles.asp;status=Gilles;");
//aI("text=<font color=\"red\">Painted Hills</font>;url=/s/PaintedHills.asp;status=Painted Hills;");
}

with(milonic=new menuname("nv")){
style=menuStyle;
aI("text=<font color=\"red\">North Bullfrog</font>;url=/s/northbullfrog.asp;status=North Bullfrog;");
//aI("text=<font color=\"red\">Painted Hills</font>;url=/s/paintedhills.asp;status=Painted Hills;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Marketing;url=/s/CorporateMarketing.asp;status=Corporate Marketing;");
//aI("text=Project Schedules;url=/s/ProjectSchedules.asp;status=Project Schedules;");
aI("text=Industry Information;url=/s/IndustryInfo.asp;status=Industry Information;");
aI("text=Press Coverage;url=/s/PressCoverage.asp;status=Press Coverage;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
}

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;");
aI("text=Privacy Statement;url=/s/PrivacyStatement.asp;status=Privacy Statement;");
}

drawMenus();