_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";
separatorwidth="1";
separatorheight="36";
separatorcolor="#658193";
}

with(menuStyle=new mm_style()){
onbgcolor="#032e49";
oncolor="#ffffff";
offbgcolor="#034a7a";
offcolor="#FFFFFF";
pagebgcolor="#032e49";
pagecolor="#ffcc00";
bordercolor="#658193";
borderstyle="solid";
borderwidth=1;
separatorcolor="#658193";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#032e49";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/About.asp;status=Corporate Profile;");
aI("text=Management & Directors;url=/s/ManagementAndDirectors.asp;status=Management & Directors;");
aI("text=Corporate Data;url=/s/CorporateData.asp;status=Corporate Data;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Santana Property;url=/s/Santana.asp?ReportID=367780;status=Santana Property;");
aI("text=Zuloaga Property;url=/s/Zuloaga.asp?ReportID=367784;status=Zuloaga Property;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Maps & Photos;url=/s/MapsPhotos.asp;status=Maps & Photos;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2010 News Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
aI("text=2009 News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
aI("text=2008 News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
aI("text=2007 News Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
}


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();