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(menuStyle=new mm_style()){
/*bordercolor="#336699";
borderstyle="solid";
borderwidth=1;*/
fontfamily="Arial, Verdana, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#134674";
onbgcolor="#C40600";
oncolor="#FFFFFF";
padding=4;
}
with(menuStyleSub=new mm_style()){
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#134674";
onbgcolor="#C40600";
oncolor="#FFFFFF";
padding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="left";
orientation="horizontal";
style=menuStyle;
top=95;
aI("image=images/inviso.gif;itemwidth=30px;pointer=default;");
aI("url=index.html;image=images/logo_inkwell_bottom.gif;");
aI("image=images/nav_left.gif;pointer=default;");
aI("url=index.html;image=images/nav_home.gif;overimage=images/nav_home_over.gif;");
aI("showmenu=about;url=about.html;image=images/nav_about.gif;overimage=images/nav_about_over.gif;");
aI("showmenu=solutions;url=solutions.html;image=images/nav_solutions.gif;overimage=images/nav_solutions_over.gif;");
aI("showmenu=markets;url=markets.html;image=images/nav_markets.gif;overimage=images/nav_markets_over.gif;");
aI("showmenu=capabilities;url=capabilities.html;image=images/nav_capabilities.gif;overimage=images/nav_capabilities_over.gif;");
aI("url=gallery/corporate/index.html;image=images/nav_gallery.gif;overimage=images/nav_gallery_over.gif;target=new;");
aI("url=contact.html;image=images/nav_contact.gif;overimage=images/nav_contact_over.gif;");
}

with(milonic=new menuname("about")){
style=menuStyleSub;
aI("text=LOCATIONS;url=about_locations.html;");
}

with(milonic=new menuname("solutions")){
style=menuStyleSub;
aI("showmenu=solutions_branded-merchandise;text=BRANDED MERCHANDISE;url=solutions_branded-merchandise.html;");
aI("text=PRODUCT DEVELOPMENT;url=solutions_product-development.html;");
aI("text=SALES PROMOTION;url=solutions_sales-promotion.html;");
aI("text=PREMIUMS & INCENTIVE PROGRAMS;url=solutions_premiums-incentive-programs.html;");
aI("text=PRODUCT CATALOG;url=http://myzoomcatalog.com/PG/Inkwell/flash.html;");
}
with(milonic=new menuname("solutions_branded-merchandise")){
style=menuStyleSub;
aI("text=IDENTITY BRAND BUILDING;url=solutions_identity-brand-building.html;");
aI("text=CORPORATE APPAREL;url=solutions_corporate-apparel.html;");
aI("text=PRODUCT AND SERVICES LAUNCHES;url=solutions_product-services-launches.html;");
aI("text=TRADE SHOWS & EVENTS;url=solutions_trade-shows-events.html;");
aI("text=AWARDS & RECOGNITION;url=solutions_awards-recognition.html;");
aI("text=MERCHANDISE PROGRAMS;url=solutions_merchandise-programs.html;");
}

with(milonic=new menuname("markets")){
style=menuStyleSub;
aI("showmenu=markets_medical;text=MEDICAL;url=markets_medical.html;");
aI("text=SPORTS/ENTERTAINMENT;url=markets_sports-entertainment.html;");
aI("text=CORPORATE;url=markets_corporate.html;");
aI("text=NON-PROFIT;url=markets_non-profit.html;");
}
with(milonic=new menuname("markets_medical")){
style=menuStyleSub;
aI("text=COMPLIANCE AIDES;url=markets_compliance-aides.html;");
aI("text=PATIENT EDUCATION;url=markets_patient-education.html;");
aI("text=BRAND REMINDERS;url=markets_brand-reminders.html;");
aI("text=ANATOMICAL MODELS;url=markets_anatomical-models.html;");
}

with(milonic=new menuname("capabilities")){
style=menuStyleSub;
aI("text=FULFILLMENT SERVICES;url=capabilities_fulfillment-services.html;");
aI("text=GLOBAL SALES;url=capabilities_global-sales.html;");
aI("text=SOURCING & MANUFACTURING;url=capabilities_sourcing-manufacturing.html;");
aI("text=E-COMMERCE;url=capabilities_e-commerce.html;");
}

drawMenus();
