fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
itemheight=31;
fontfamily="Arial, Verdana, Tahoma";
fontsize="13px";
fontstyle='normal';
fontweight='bold';
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
padding=0;
/*headerbgcolor="#ffffff";
headercolor="#000000";*/
oncolor="#FFFFFF";
offcolor="#FFFFFF";
onbgcolor="#515151";
offbgcolor="#f7821e";
/*pagebgcolor="#82B6D7";
pagecolor="black";*/
/*separatorcolor="#FFFFFF";
separatorsize=1;
/*subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;*/
/*outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";*/
}

with(menuStyle2=new mm_style()){

itemheight=20;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle='normal';
fontweight='normal';
bordercolor="#";
borderstyle="solid";
borderwidth=1;
padding=3;
/*headerbgcolor="#ffffff";
headercolor="#000000";*/
oncolor="#FFFFFF";
offcolor="#FFFFFF";
onbgcolor="#999999";
offbgcolor="#717171";
/*pagebgcolor="#82B6D7";
pagecolor="black";*/
separatorcolor="#515151";
separatorsize=1;
/*subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;*/
/*outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";*/
}

with(milonic=new menuname("Main Menu")){
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp&nbsp&nbsp&nbsp Home &nbsp&nbsp&nbsp&nbsp;url=/index.php;");
aI("showmenu=WhoWeAre;text=&nbsp&nbsp&nbsp&nbsp Who We Are &nbsp&nbsp&nbsp&nbsp;url=/history.php;");
aI("showmenu=WhatWeDo;text=&nbsp&nbsp&nbsp&nbsp What We Do &nbsp&nbsp&nbsp&nbsp;url=/design-engineering.php;");
aI("showmenu=WhereWeWork;text=&nbsp&nbsp&nbsp&nbsp Where We Work &nbsp&nbsp&nbsp&nbsp;url=/national.php;");
aI("showmenu=WhoWeWorkFor;text=&nbsp&nbsp&nbsp&nbsp Who We Work For &nbsp&nbsp&nbsp&nbsp;url=/who-we-work-for.php;");
aI("showmenu=News;text=&nbsp&nbsp&nbsp&nbsp News &amp; Opinion&nbsp&nbsp&nbsp&nbsp;url=/blog/index.php;");
aI("showmenu=Careers;text=&nbsp&nbsp&nbsp&nbsp Contact Us &nbsp&nbsp&nbsp&nbsp;url=/contact.php");
}



with(milonic=new menuname("WhoWeAre")){
overflow="scroll";
style=menuStyle2;
aI("text=&nbsp&nbsp&nbsp&nbsp History of Bone Steel &nbsp&nbsp&nbsp&nbsp;url=/history.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Team &nbsp&nbsp&nbsp&nbsp;url=/team.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Accreditations & Associations &nbsp&nbsp&nbsp&nbsp;url=/accreditations.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Values &nbsp&nbsp&nbsp&nbsp;url=/values.php;")
}

with(milonic=new menuname("WhatWeDo")){
style=menuStyle2;
aI("text=&nbsp&nbsp&nbsp&nbsp Design & Engineering &nbsp&nbsp&nbsp&nbsp;url=/design-engineering.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Project Management &nbsp&nbsp&nbsp&nbsp;url=/project-management.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Manufacturing &nbsp&nbsp&nbsp&nbsp;url=/manufacturing.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Logistics &nbsp&nbsp&nbsp&nbsp;url=/logistics.php;")
}

with(milonic=new menuname("WhereWeWork")){
style=menuStyle2;
/*aI("text=&nbsp&nbsp&nbsp&nbsp National &nbsp&nbsp&nbsp&nbsp;url=national.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp International &nbsp&nbsp&nbsp&nbsp;url=international.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Sector &nbsp&nbsp&nbsp&nbsp;url=sector.php;")*/
}

with(milonic=new menuname("WhoWeWorkFor")){
style=menuStyle2;
/*aI("text=&nbsp&nbsp&nbsp&nbsp End user &nbsp&nbsp&nbsp&nbsp;url=end-user.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Architect &nbsp&nbsp&nbsp&nbsp;url=architect.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Engineer &nbsp&nbsp&nbsp&nbsp;url=engineer.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Cost consultant &nbsp&nbsp&nbsp&nbsp;url=cost-consultant.php;")
aI("text=&nbsp&nbsp&nbsp&nbsp Contractor &nbsp&nbsp&nbsp&nbsp;url=contractor.php;")*/
}

with(milonic=new menuname("News")){
style=menuStyle2;
aI("text=&nbsp&nbsp&nbsp&nbsp Bone Steel News &nbsp&nbsp&nbsp&nbsp;url=/blog/index.php/category/bone-steel-news/;")
aI("text=&nbsp&nbsp&nbsp&nbsp Bone Steel Opinion &nbsp&nbsp&nbsp&nbsp;url=/blog/index.php/category/bone-steel-opinion/;")
}

drawMenus();

