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=0;
_subOffsetLeft=0;




with(background=new mm_style()){
borderstyle="solid";
//fontfamily="Helvetica";
//fontsize="75%";
//fontstyle="italic";
//fontweight="bold";
image="http://img.milonic.com/transparent.gif";
//imagepadding=4;
itemheight=62;
itemwidth=200;
offcolor="#333300";
oncolor="#ffffff";
//subimage="http://img.milonic.com/black_7x7.gif";
//subimagepadding=8;
}


with(submenu=new mm_style()){
offbgcolor='#00a8b5';
onbgcolor='#40bec8';
separatorcolor='#40bec8';
separatorheight=1;
separatorpadding=0;
separatorwidth="95%";
//fontfamily="Verdana";
//fontsize="12px";
//padding=5;
itemheight=40;
//itemwidth=200;
offcolor="#ffffff";
oncolor="#ffffff";
offclass="droptype";
onclass="droptype";
//subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=62;
itemwidth=1000;
orientation="horizontal";
style=background;
aI("bgimage=images/home.gif;overbgimage=images/home-on.gif;url=index.htm;");
aI("bgimage=images/mission.gif;overbgimage=images/mission-on.gif;url=mission.htm;");
aI("bgimage=images/clientservices.gif;overbgimage=images/clientservices-on.gif;url=clientservices.htm;");
aI("bgimage=images/testimonials.gif;overbgimage=images/testimonials-on.gif;showmenu=testimonials;");
aI("bgimage=images/contact.gif;overbgimage=images/contact-on.gif;url=FPcontact.htm;");

}


with(milonic=new menuname("testimonials")){
style=submenu;
top=100;
aI("text=Foodservice GS1 Planning Process;url=GS1_Industry_Development.htm;");
//aI("text=GS1 Industry Development;url=GS1_Industry_Development.htm;");
aI("text=Strategic Planning and Major Initiative Facilitation;url=Strategic_Planning_Initiative_Facilitation.htm;");
aI("text=Marketing and Business Growth;url=Marketing_Growth.htm;");
}

drawMenus();


