fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(productsStyle=new mm_style()){
bordercolor="#006666";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Tahoma, Verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#006666";
offbgcolor="#ffffff";
offcolor="#006666";
onbgcolor="#ddffdd";
oncolor="#D9293D";
padding=3;
pagebgcolor="#ffffff";
pagecolor="#006666";
separatorcolor="#006666";
separatorsize=1;
overfilter=null;
}


with(menuStyle=new mm_style()){
bordercolor="#006666";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial Black, Tahoma, Verdana";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#006666";
offbgcolor="#ffffff";
offcolor="#006666";
onbgcolor="#ddffdd";
oncolor="#D9293D";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#ffffff";
pagecolor="#006666";
separatorcolor="#ffffff";
separatorsize=11;
overfilter=null;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=HOME;url=index.htm;");
aI("showmenu=CompanyMenu;text=COMPANY;");
aI("showmenu=CapabilitiesMenu;text=CAPABILITIES;");
aI("showmenu=ProductMenu;text=PRODUCTS;url=retail_store_display.htm;");

aI("text=NEWS;url=news.htm;");
aI("text=CONTACT;url=contact.htm;");
}

with(milonic=new menuname("CompanyMenu")){
overflow="scroll";
style=productsStyle;
aI("text=Corporate Overview;url=company.htm;")
aI("text=Corporate Responsibility;url=corporate_responsibility.htm;")
}

with(milonic=new menuname("CapabilitiesMenu")){
overflow="scroll";
style=productsStyle;
aI("text=Fabrication;url=fabrication.htm;")
aI("text=Vacuum Forming;url=vacuum_forming.htm;")
aI("text=Design Lab;url=design_lab.htm;")
aI("text=Retail Branding;url=planning_branding.htm;")
}

with(milonic=new menuname("ProductMenu")){
overflow="scroll";
style=productsStyle;
aI("text=Acrylic Displays;url=acrylic_display.htm;")
aI("text=Bakery Displays;url=bakery_display.htm;")
aI("text=Cosmetic Displays;url=cosmetic_display.htm;")
aI("text=Countertop Displays;url=counter_top_acrylic_display.htm;")
aI("text=Floral Fixtures;url=floral_fixtures.htm;")
aI("text=Floor Stand Displays;url=retail_stands.htm;")
aI("text=Food Displays;url=food_fixtures.htm;")
aI("text=In-Store Display Signage;url=store_display_signage.htm;")
aI("text=Jewelry Displays;url=jewelry_display.htm;")
aI("text=Point of Purchase Displays;url=point_of_purchase_display.htm;")
aI("text=Point of Sale Displays;url=point_of_sale_display.htm;")
aI("text=Produce Displays;url=produce_display.htm;")
aI("text=Wall Displays;url=wall_display.htm;")
aI("text=California Trays;url=trays.htm;");
}

drawMenus();

