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

with(milonic=new menuname("prj")){
top="offset=8";
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Dublin Gulch;url=/s/DublinGulch.asp;status=Dublin Gulch;");
aI("text=Tassawini;url=/s/Tassawini.asp;status=Tassawini;");
aI("text=BRL Venture;url=/s/BRLVenture.asp;status=BRL Venture;");
aI("text=Monosse;url=/s/Monosse.asp;status=Monosse;");
aI("text=White Creek;url=/s/WhiteCreek.asp;status=White Creek;");
aI("text=Mar-Tungsten;url=/s/Mar-Tungsten.asp;status=Mar-Tungsten;");
aI("text=Other;showmenu=otherprj;status=Other;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}

with(milonic=new menuname("otherprj")){
top="offset=8";
style=menuStyle;
aI("text=Hyland;url=/s/Hyland.asp;status=Hyland;");
aI("text=Lynx;url=/s/Lynx.asp;status=Lynx;");
aI("text=Aurex;url=/s/Aurex.asp;status=Aurex;");
aI("text=Clear Creek;url=/s/ClearCreek.asp;status=Clear Creek;");
aI("text=Russell Creek and Watabeag;url=/s/RussellCreek-Watabeag.asp;status=Russell Creek and Watabeag;");
aI("text=Canalask;url=/s/Canalask.asp;status=Canalask;");
aI("text=Kaituma;url=/s/Kaituma.asp;status=Kaituma;");
}

drawMenus();