_menuCloseDelay=300           // 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=40                // Follow scrolling Rate
_subOffsetTop=40              // 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(menuStyle=new mm_style()){
onbgcolor="#f9d000";
oncolor="#FFFFFF";
offbgcolor="#00618f";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bolder";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";

}

with(menuStyle1=new mm_style()){
borderwidth=0;
oncolor="#ffffff";
offcolor="#ffffff";
bordercolor="#00618f";
separatorcolor="#00618f";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial";

}



with(milonic=new menuname("Main Menu")){
top=115;
alwaysvisible=1;
orientation="horizontal";
style=menuStyle1;
aI("text=HOME;url=../Home/Home.html;title=HOME;");
aI("text=ABOUT US;url=../AboutUs/AboutUs.html;showmenu=aboutUs;title=ABOUT US;");
aI("text=OUR NETWORK;url=../OurNetwork/OurNetwork.html;showmenu=ourNetwork;title=OUR NETWORK;");
aI("text=SUSTAINABILITY;url=../Sustainability/Sustainability.html;showmenu=citizen;title=SUSTAINABILITY;");
aI("text=MEDIA CENTRE;url=../MediaCentre/MediaCentre.html;showmenu=media;title=MEDIA CENTRE;");
aI("text=YOUR CAREERS;url=../Careers/Careers.html;showmenu=careers;title= YOUR CAREERS;");
aI("text=CONTACT US;url=../Contactus/Head.html;showmenu=contact;title=CONTACT US;");
aI("text=LINKS;url=../Links/Links.html;showmenu=links;title=LINKS;");

}

with(milonic=new menuname("home")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Home;url=../Home/Home.html;");
aI("text=Links;url=../Links/Links.html;");
aI("text=Privacy Statement;url=../Privacy/Privacy.html;");
}

with(milonic=new menuname("aboutUs")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=About Us;url=../AboutUs/AboutUs.html;");
aI("text=Executive Team;url=../AboutUs/Executive.html;");
aI("text=Our Values;url=../AboutUs/OurValues.html;");
}

with(milonic=new menuname("ourNetwork")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Our Network;url=../OurNetwork/OurNetwork.html;");
aI("text=Rail Access Seekers;url=../OurNetwork/RailAccessSeekers.html;");
aI("text=Projects;url=../OurNetwork/Projects.html;");
aI("text=Working On or Around the Tracks;url=../OurNetwork/WorkingOnOrAroundTheTracks.html;");

}

with(milonic=new menuname("citizen")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Sustainability;url=../Sustainability/Sustainability.html;");
aI("text=Health Safety & Environment;url=../Sustainability/Social.html#health;");
aI("text=Community;url=../Sustainability/Community.html;");
}

with(milonic=new menuname("media")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Media Centre;url=../MediaCentre/MediaCentre.html;");
aI("text=Media Releases;url=../MediaCentre/Media.html;");
aI("text=OnTrack;url=../MediaCentre/Ontrack.html;");
}



with(milonic=new menuname("careers")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Careers;url=../Careers/Careers.html;");
aI("text=Graduate Program;url=../Careers/Graduate.html;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Head Office;url=../Contactus/Head.html;");
aI("text=Regional Offices;url=../Contactus/Regional.html;");
}

with(milonic=new menuname("links")){
style=menuStyle;
top=140;
itemwidth=135

aI("text=Privacy Statement;url=../Privacy/Privacy.html;");
aI("text=Prime Infrastructure;url=http://www.primeinfrastructure.com;");
aI("text=Rail Access Regulator;url=http://www.era.wa.gov.au;");
aI("text=Webmail;url=http://webmail.wnr.com.au;");
aI("text=Web Kiosk;url=http://www.wnr.com.au/home/webkiosk_removed.html;");
aI("text=Westnet RAMS;url=http://rams.westnetrail.net.au;");
aI("text=Rail BAM;url=https://remote.wnr.com.au/CItrixLogonPoint/Web-Apps;");
aI("text=Remote Ambient Temperature System;url=http://scada.westnetrail.net.au;");
aI("text=Delegation of Authority Information;url=http://www.wnr.com.au/authority/delcert.asp;");
aI("text=Current Weekly Train Notice;url=http://www.wnr.com.au/docs/weeklynotice.pdf;");
aI("text=State Emergency Management Plan;url=http://www.wnr.com.au/docs/WestNet%20Westplan%20REV1.00.pdf;");
aI("text=Profile Pack;url=http://www.wnr.com.au/docs/WNR%20Facts%20Sheet.pdf;");

}

drawMenus();
