


_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="#cd3534";
oncolor="#ffffff";
offbgcolor="#00005B";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=60;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=./index.html;status=Back To Home Page;");
aI("text=Products;showmenu=Products;");
aI("text=Services;showmenu=Services;");
aI("text=Quality;showmenu=Quality;");
aI("text=About Lightning;showmenu=About;");
aI("text=Contact Us;showmenu=Contact;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Product Lines;url=./productLines.html;");
aI("text=New Products;url=./newProducts.html;");
aI("text=Surplus Inventory;url=./surplus.aspx;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Vendor Managed Inventory;url=./vmi.html;");
aI("text=Information Technology;url=./it.html;");
aI("text=Product and Process Engineering and Consulting;url=./engineering.html;");
}

with(milonic=new menuname("Quality")){
style=menuStyle;
aI("text=Quality Overview;url=./qualityOverview.html;");
aI("text=Quality Systems and Documentation Capabilities;url=./qualitySystems.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Company Information;url=./company.html;");
aI("text=Manufacturing and Sourcing;url=./manufacturing.html;");
aI("text=Industry Experience;url=./industry.html;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Information;url=./contact.html;");
aI("text=Career Opportunities;url=./careers.html;");
}

drawMenus();

