_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="#90bed6";
oncolor="#000000";
offbgcolor="#a6cf39";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#90bed6";
headercolor="#000000";
headerbgcolor="#90bed6";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
left="offset=2";
aI("text=Corporate Profile;url=/s/CorporateProfile.asp;status=Corporate Profile;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
left="offset=12";
aI("text=Papua New Guinea;url=/s/PNG.asp;status=Papua New Guinea;");
aI("text=United States;url=/s/USA.asp;status=United States;");
aI("text=Poland;url=/s/Poland.asp;status=Poland;");
//aI("text=Other Projects;url=/s/PaloDuro.asp;showmenu=otherproj;status=Other Projects;");
}

//with(milonic=new menuname("otherproj")){
//style=menuStyle;
//aI("text=United States;url=/s/PaloDuro.asp;status=United States;");
//}

with(milonic=new menuname("inv")){
style=menuStyle;
left="offset=12";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Corporate Presentation;url=/s/Presentations.asp;status=Corporate Presentation;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Annual Meeting;url=/s/AnnualMeeting.asp;status=Annual Meeting;");
aI("text=NI51-101 Reserve Report;url=/s/Reports.asp;status=NI51-101 Reserve Report;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
left="offset=7";
aI("text=Contact Info;url=/s/ContactUs.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();