_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=5;
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=5;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial";

}



with(milonic=new menuname("Main Menu")){
top=113;
alwaysvisible=1;
orientation="horizontal";
style=menuStyle1;

aI("text=HOME;url=../Home/Home.html;title=HOME;");
aI("text=CONTACT US;url=../Contactus/Contactus.html;showmenu=contact;title=CONTACT US;");
aI("text=CAREERS;url=../Careers/Careers.html;showmenu=career;title=CAREERS;");
aI("text=ABOUT US;url=../AboutUs/AboutUs.html;showmenu=about;title=ABOUT US;");
aI("text=OUR BUSINESS;url=../Business/Business.html;showmenu=buz;title=OUR BUSINESS;");
aI("text=MEDIA;url=../Media/Media.html;showmenu=media;title=OUR BUSINESS;");
aI("text=SOCIAL RESPONSIBILITY;url=../Social/Social.html;showmenu=citizen;title=SOCIAL RESPONSIBILITY;");
aI("text=WESTNET ENERGY;url=../Energy/Energy.html;title=WESTNET ENERGY;");
aI("text=WESTNET RAIL;url=http://www.wnr.com.au/;title=WESTNET RAIL;");
aI("text=SITE MAP;url=../Sitemap/Sitemap.html;title=SITE MAP;");

}

with(milonic=new menuname("contact")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Emergency;url=../Contactus/Contactus.html#emergency;");
aI("text=Head Office;url=../Contactus/Contactus_head.html#head;");
}

with(milonic=new menuname("career")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Careers;url=../Careers/Careers.html#career;");
aI("text=Graduate Program;url=../Careers/Graduate.html#graduate;");
aI("text=Vacation Employment Program;url=../Careers/Vacation.html#vacation;");
}

with(milonic=new menuname("about")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Our Vision & Values;url=../AboutUs/AboutUs.html#vision;");
aI("text=Executive Team;url=../AboutUs/Executive.html#exective;");
aI("text=Prime Infrastructure;url=../AboutUs/Babcock.html#babcock;");
aI("text=History;url=../AboutUs/History.html#history;");
}

with(milonic=new menuname("buz")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Structure;url=../Business/Business.html#structure;");
aI("text=Map;url=../Business/Business.html#map;");
}

with(milonic=new menuname("media")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Contact;url=../Media/Media.html#media-contact;");
aI("text=Media Releases;url=../Media/Media.html#media;");
}

with(milonic=new menuname("citizen")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Health Safety & Environment;url=../Social/Social.html#health;");
aI("text=Community;url=../Social/Social.html#community;");
}

with(milonic=new menuname("energy")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=test;url=;");
aI("text=test;url=;");
aI("text=test;url=;");
}

with(milonic=new menuname("rail")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=test;url=;");
aI("text=test;url=;");
aI("text=test;url=;");
}

with(milonic=new menuname("sitemap")){
style=menuStyle;
top=140;
itemwidth=135
aI("text=Home Page;url=../Sitemap/Sitemap.html#home;");
aI("text=Careers;url=../Sitemap/Sitemap.html#career;");
aI("text=About Us;url=../Sitemap/Sitemap.html#about;");
aI("text=Our Business;url=../Sitemap/Sitemap.html#buz;");
aI("text=Media;url=../Sitemap/Sitemap.html#media;");
aI("text=Social Responsibility;url=../Sitemap/Sitemap.html#social;");
}



drawMenus();
