_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="#FF8803";
oncolor="#000099";
offbgcolor="#FF8803";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000099";
pagebgcolor="#FF8803";
headercolor="#000099";
headerbgcolor="#FF8803";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("stocks")){
style=menuStyle;
menuwidth=143;
aI("text=Database;url=/s/UraniumStocks.asp?ListSortOrder=Custom50,Title;status=Database;");
aI("text=Profiles;url=/s/Profiles.asp;status=Profiles;");
}

with(milonic=new menuname("news")){
style=menuStyle;
menuwidth=68;
aI("text=Market<BR />Commentary;url=/s/MarketCommentary.asp;status=Market Commentary;");
aI("text=Top Stories;url=/s/TopStories.asp;status=Top Stories;");
aI("text=Company<BR />News;url=/s/CompanyNews.asp;status=Company News;");
aI("text=Editorials;url=/s/Editorials.asp;status=Editorials;");
}

with(milonic=new menuname("services")){
style=menuStyle;
menuwidth=93;
aI("text=Geological<BR />Consulting;url=/s/GeologicalConsulting.asp;status=Geological Consulting;");
aI("text=Personnel<BR />Recruitment;url=/s/PersonnelRecruitment.asp;status=Personnel Recruitment;");
aI("text=Property<BR />Listing;url=/s/PropertyListing.asp;status=Property Listing;");
aI("text=Events<BR />Calendar;url=/s/EventsCalendar.asp;status=Events Calendar;");
}

with(milonic=new menuname("about")){
style=menuStyle;
menuwidth=96;
aI("text=Legal Notice;url=/s/LegalNotice.asp;status=Legal Notice;");
}

drawMenus();