
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#ffffff";
offbgcolor="#723B05";
offcolor="#dabd35";
opacity=100;
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
itemwidth=125;
itemheight=24;
top=185;
left=1;
alwaysvisible=1;
padding=2;
orientation="horizontal";
aI("text=&nbsp;Home&nbsp;;url=/;status=Back To Home Page;");
aI("text=&nbsp;Corporate&nbsp;;url=#;showmenu=corporate;status=Corporate;");
aI("text=&nbsp;Reports&nbsp;;url=#;showmenu=reports;status=NSR Ltd Reports;");
aI("text=&nbsp;Presentations&nbsp;;url=/presentations/presentations.shtml;showmenu=presentations;status=NSR Ltd Presentations;");
aI("text=&nbsp;Projects&nbsp;;url=#;showmenu=projects;status=NSR Ltd Project Groups;");
aI("text=&nbsp;Contact Us&nbsp;;url=/contact/index.shtml;showmenu=contact;status=Contact Us;");
}

with(milonic=new menuname("corporate")){
style=menuStyle;
itemheight=24;
itemwidth=150;
padding=2;
overflow="scroll";
aI("text=Corporate Governance;url=/corporate/governance.shtml;status=Corporate Governance;");
aI("text=Corporate Directory;url=/corporate/directory.shtml;status=Corporate Directory;");
}

with(milonic=new menuname("reports")){
style=menuStyle;
itemheight=24;
itemwidth=150;
padding=2;
aI("text=Announcements;url=/reports/announcements.shtml;status=Announcements;");
aI("text=Annual Reports;url=/reports/annual.shtml;status=Annual Reports;");
aI("text=Quarterly Reports;url=/reports/quarterly.shtml;status=Quarterly Reports;");
aI("text=Media;url=/reports/media.shtml;status=Media;");
}

with(milonic=new menuname("presentations")){
style=menuStyle;
itemheight=24;
itemwidth=150;
}

with(milonic=new menuname("projects")){
style=menuStyle;
itemheight=24;
itemwidth=180;
padding=2;
aI("text=Overview;url=/projects/overview.shtml;status=Project Overview");
aI("text=Project Summary;url=/projects/summary.shtml;status=Project Summary");
aI("text=East Kimberley Project Group;url=/projects/eastkimberley/index.shtml;status=East Kimberley Nickel Project Group;");
aI("text=Halls Creek Project Group;url=/projects/hallscreek/index.shtml;status=Halls Creek Gold Project Group;");
aI("text=Wilson River Project Group;url=/projects/wilson/index.shtml;status=Wilson River Project Group;");
}


with(milonic=new menuname("contact")){
style=menuStyle;
margin=0;
}


drawMenus();

