fixMozillaZIndex=true;
_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="#f48f15";
oncolor="#000000";
offbgcolor="#e3dbd1";
offcolor="#525252";
bordercolor="#fbb12f";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#f48f15";
headercolor="#000000";
headerbgcolor="#f48f15";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Company Strategy;url=/s/Company_Strategy.asp;status=Company Strategy;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
aI("text=Hughes Team;url=/s/Hughes_Team.asp;status=Hughes Team;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Lamaque Property;url=/s/Lamaque_Property.asp?ReportID=371805;status=Lamaque Property;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=News Releases;url=/s/News_Releases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/Financial_Reports.asp;status=Financial Reports;");
aI("text=Media;url=/s/Media.asp;status=Media;");
//aI("text=Photo Gallery;url=/s/Photo_Gallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
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();