_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=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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#EFC561";
oncolor="#000000";
offbgcolor="#1F6770";
offcolor="#ffffff";
bordercolor="#00343B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#EFC561";
headercolor="#000000";
headerbgcolor="#EFC561";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("tmp")){
style=menuStyle;
aI("text=Tennessee Projects;url=/s/Tennessee.asp;status=Tennessee Projects;");
aI("text=Oil & Gas Fundamentals;url=/s/OilAndGasFundamentals.asp;status=Oil & Gas Fundamentals;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Tennessee Projects;url=/s/Tennessee.asp;status=Tennessee Projects;");
aI("text=Alberta Oil & Gas Projects;url=/s/AlbertaGas.asp;status=Alberta Oil & Gas Projects;");
aI("text=Oil & Gas Fundamentals;url=/s/OilAndGasFundamentals.asp;status=Oil & Gas Fundamentals;");
aI("text=How Oil Drilling Works;url=http://science.howstuffworks.com/oil-drilling.htm;target=blank;status=How Oil Drilling Works;");
aI("text=Appalachian Basin ;url=/i/pdf/FS-009-03-508.pdf;target=blank;status=Appalachian Basin;");
}

with(milonic=new menuname("media")){
style=menuStyle;
aI("text=Video Clips;url=/s/VideoClips.asp;status=Video Clips;");
aI("text=Photo Gallery;url=/s/Photos.asp;status=Photo Gallery;");
//aI("text=Articles and/or Blogs of Possible Interest;url=/s/RelatedArticles.asp;status=Articles and/or Blogs of Possible Interest;");
aI("text=Articles;url=/s/RelatedArticles.asp;status=Articles;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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();