_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="#211f20";
oncolor="#9f0f14";
offbgcolor="#211f20";
offcolor="#ffffff";
bordercolor="#878787";
borderstyle="solid";
borderwidth=1;
separatorcolor="#878787";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#9f0f14";
pagebgcolor="#211f20";
headercolor="#9f0f14";
headerbgcolor="#211f20";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=About Us;url=/s/Corporate.asp;status=About Us;");
aI("text=Our Team;url=/s/OurTeam.asp;status=Our Team;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Terms of Use;url=/i/pdf/TermsofUse.pdf;status=Terms of Use;");
}

with(milonic=new menuname("prop")){
style=menuStyle;
aI("text=Overview;url=/s/Properties.asp;status=Overview;");
//aI("text=Senex;url=/s/Senex.asp;status=Senex;");
aI("text=Crossfield;url=/s/Crossfield.asp;status=Crossfield;");
aI("text=Other Projects;url=/s/OtherProjects.asp;status=Other Projects;");
}

with(milonic=new menuname("invmnt")){
style=menuStyle;
aI("text=TrichoScience;url=/s/TrichoScience.asp;status=TrichoScience;");
}

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=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Oil & Gas Reserves;url=/s/OilGasReserves.asp;status=Oil & Gas Reserves;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();