
_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=50                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=5              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=200               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#333366";
offbgcolor="#5454A7";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="10pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=85)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuTop=new mm_style()){
onbgcolor="#ffffff";
oncolor="#333366";
offbgcolor="#333366";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="10pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=3)";
}

with(milonic=new menuname("Main Menu")){
//top=7;
style=menuTop;
alwaysvisible=1;
followscroll="0";
orientation="horizontal";
position="relative";
menuwidth="100%";
menualign="center";
top="offset=25";
aI("text=<b>&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp</b>;showmenu=Home;");
aI("text=<b>&nbsp;&nbsp;&nbsp;Human Resources&nbsp;&nbsp;&nbsp</b>;showmenu=HR;");
aI("text=<b>&nbsp;&nbsp;&nbsp;Manufacturing&nbsp;&nbsp;&nbsp</b>;showmenu=Manu;");
aI("text=<b>&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;&nbsp</b>;showmenu=Prod;");
aI("text=<b>&nbsp;&nbsp;&nbsp;Services&nbsp;&nbsp;&nbsp</b>;showmenu=Serv;");
aI("text=<b>&nbsp;&nbsp;&nbsp;Quality&nbsp;&nbsp;&nbsp</b>;showmenu=Qual;");
aI("text=<b>&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp</b>;url=index.php?page=ContactUs;");
aI("text=<b>&nbsp;&nbsp;&nbsp;More Info&nbsp;&nbsp;&nbsp</b>;url=index.php?page=MoreInfo;");
aI("text=<b>&nbsp;&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp</b>;url=index.php?page=NovaMachineSearch;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=&nbsp;Home&nbsp;url=index.php?page=NovaMachineHomePage;");
aI("text=&nbsp;About Nova;url=index.php?page=AboutNovaMachine;");
aI("text=&nbsp;Corporate Overview;url=index.php?page=CorporateOverview;");
//aI("text=&nbsp;Nova Location;url=index.php?page=Locations;");
aI("text=&nbsp;Vision/Mission;url=index.php?page=Vision;");
aI("text=&nbsp;Nova News;url=index.php?page=News;");
aI("text=&nbsp;Nova Events;url=index.php?page=Events;");
aI("text=&nbsp;Useful Links;url=index.php?page=UsefulLinks;");
aI("text=&nbsp;Nova Video;url=index.php?page=NovaMachineVideo;");
aI("text=&nbsp;Utility Stock Exchange.com&nbsp;url=http://www.utilitystockexchange.com;target=_blank;");
}

with(milonic=new menuname("HR")){
style=menuStyle;
aI("text=&nbsp;Human Resources&nbsp;url=index.php?page=OurPeople;");
aI("text=&nbsp;Culture;url=index.php?page=Culture;");
aI("text=&nbsp;Career Opportunities&nbsp;url=index.php?page=CareerOpportunities;");
}

with(milonic=new menuname("Manu")){
style=menuStyle;
aI("text=&nbsp;Manufacturing&nbsp;url=index.php?page=Manufacturing;");
aI("text=&nbsp;Machining;url=index.php?page=Machining;");
aI("text=&nbsp;Fabrication&nbsp;url=index.php?page=Fabrication;");
}

with(milonic=new menuname("Prod")){
style=menuStyle;
aI("text=&nbsp;Products&nbsp;url=index.php?page=Products;");
aI("text=&nbsp;Fasteners;url=index.php?page=Fasteners;");
aI("text=&nbsp;MRO Items;url=index.php?page=MROItems;");
aI("text=&nbsp;Specialty Parts;url=index.php?page=SpecialtyParts;");
aI("text=&nbsp;PlasmaBond ®;url=index.php?page=Coatings;");
aI("text=&nbsp;Hydranut ®&nbsp;url=index.php?page=HydraNut;");
aI("text=&nbsp;Unistrut ®;url=index.php?page=UniStrut;");
aI("text=&nbsp;Accumulator;url=index.php?page=Accumulator;");
}

with(milonic=new menuname("Serv")){
style=menuStyle;
aI("text=&nbsp;Services&nbsp;url=index.php?page=NSAServices;");
aI("text=&nbsp;Cataloging;url=index.php?page=Cataloging;");
aI("text=&nbsp;Parts Management;url=index.php?page=PartsManagement;");
aI("text=&nbsp;Standardization;url=index.php?page=Standardization;");
aI("text=&nbsp;Training;url=index.php?page=Training;");
aI("text=&nbsp;Utility Stock Exchange&nbsp;url=index.php?page=StockExchange;");
aI("text=&nbsp;Project Engineering;url=index.php?page=ProjectEngineering;");
aI("text=&nbsp;Reverse Engineering;url=index.php?page=ReverseEngineering;");
aI("text=&nbsp;Staff Augmentation;url=index.php?page=AugmentationEngineering;");
}

with(milonic=new menuname("Qual")){
style=menuStyle;
aI("text=&nbsp;Quality&nbsp;url=index.php?page=NovaQuality;");
aI("text=&nbsp;Material Testing&nbsp;url=index.php?page=MaterialTesting;");
}

drawMenus();
