_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=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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#0B6182";
offcolor="#FFFFFF";
onbgcolor="#0B6182";
oncolor="#9EA2A3";
pagebgcolor="#003B5B";
pagecolor="#9EA2A3";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="3";
padding=6;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Projects")){
style=menuStyle;
top="offset=3";
aI("text=Bell Copper;url=/s/Bell.asp;status=Bell Copper;");
aI("text=Meekatharra Gold;url=/s/Meekatharra.asp;status=Meekatharra Gold;");
//aI("text=Nexvu Oil and Gas;url=/s/NexvuOilandGas.asp;status=Nexvu Oil and Gas;");
aI("text=NYCE Technology;url=/s/NYCE.asp;status=NYCE Technology;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=3";
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();