_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(MainTextStyle=new mm_style()){
onbgcolor="#270053";
oncolor="#FFFFFF";
offbgcolor="none";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth="0";
separatorcolor="none";
separatorsize="30";
padding=11;
fontsize="11";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#707B86";
offcolor="#ffffff";
bordercolor="#666666";
borderstyle="solid";
borderwidth="1";
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDDDF1";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
left=145;
style=menuStyle;

aI("text=Company Snapshot;url=/i/pdf/Fact_Sheet.pdf;target=blank;status=Company Snapshot");
aI("text=Corporate Profile;url=/green/CorporateProfile.asp;status=Introduction");
aI("text=Corporate Directory;url=/green/CorporateDirectory.asp;status=Corporate Directory");
aI("text=Directors & Team;url=/green/DirectorsAndTeam.asp;status=Directors & Team;");
}

with(milonic=new menuname("prj")){
left=145;
style=menuStyle;
aI("text=Papua New Guinea;url=/green/Projects.asp?ReportID=310283.asp;status=Papua New Guinea;");
//aI("text=Copper;url=/green/Copper.asp;status=Copper;");
aI("text=Uranium;url=/green/Uranium.asp;status=Uranium;");
}

with(milonic=new menuname("tech")){
left=145;
style=menuStyle;
aI("text=Overview;url=/green/Overview.asp;status=Overview;itemwidth=125;");
aI("text=Technical Summary;url=/green/TechDetails.asp;status=Technical Summary;");
aI("text=Patents;url=/green/Patents.asp;status=Patents;");
aI("text=Partners;url=/green/Partners.asp;status=Partners;");
}

with(milonic=new menuname("ir")){
left=145;
style=menuStyle;
aI("text=News Releases;url=/green/NewsReleases.asp;status=News Releases;itemwidth=125;");
aI("text=Stock Quote;url=/green/StockQuote.asp;status=Stock Quote");
aI("text=Related Info;url=/green/RelatedInfo.asp;status=Related Info;");
aI("text=Corporate Presentation;url=/green/CorporatePresentation.asp;status=Corporate Presentation");
aI("text=Company Snapshot;url=/green/Snapshot.asp;status=Company Snapshot");
aI("text=Quarterly & Annual Reports;url=/green/QuarterlyAnnualReports.asp;status=Quarterly & Annual Reports;");
}

with(milonic=new menuname("contact")){
left=145;
style=menuStyle;
aI("text=Request More Info;url=/green/InformationRequest.asp;status=Request More Info;itemwidth=125;");
aI("text=Send A Message;url=/green/SendMessage.asp;status=Send A Message;");
}

drawMenus();
