_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=-10               // Sub menu top offset
_subOffsetLeft=100            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
menubgimage="/i/common/MenuBG.gif";

onbgcolor="none";
oncolor="#b38300";
offbgcolor="none";
offcolor="#57471f";
bordercolor="";
borderstyle="";
borderwidth="";
separatorcolor="";
separatorsize="";
padding="5px 8px 5px 8px";
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Trebuchet MS, helvetica,verdana";
pagecolor="#b38300";
pagebgcolor="none";
headercolor="#b38300";
headerbgcolor="none";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
itemwidth=121;
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
aI("text=Corporate Vision;url=/s/Corporate.asp;status=Corporate Vision;");
aI("text=President's Message;url=/s/Presidents_Message.asp;status=President's Message;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
itemwidth=121;
//aI("text=Stock Quote;url=/s/Stock_Quote.asp;status=Stock Quote;");
aI("text=News Releases;url=/s/News_Releases.asp;status=News Releases;");
aI("text=Financials;url=/s/Financial_Statements.asp;status=Financials;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Share Structure;url=/s/Share_Structure.asp;status=Share Structure;");
aI("text=Corporate Events;url=/s/Events.asp;status=Corporate Events;");
}
with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=121;
aI("text=2010 News Releases;url=/s/News_Releases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009 News Releases;url=/s/News_Releases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
itemwidth=121;
aI("text=Legacy Project;url=/s/Legacy_Project.asp?ReportID=400599;status=Legacy Project;");
aI("text=South Gate;url=/s/South_Gate.asp?ReportID=400608;status=South Gate;");
aI("text=Ghost Range;url=/s/Ghost_Range.asp?ReportID=400611;status=Ghost Range;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=121;
aI("text=Contact Info;url=/s/Contact.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;");
}

drawMenus();
