fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#3d3d3d";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="capitalize";
fontweight="bold";
headercolor="#000000";
offcolor="white";
oncolor="gold";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Alpha(opacity=70)";
padding=10;
pagecolor="white";
subimagepadding=2;
}

with(menuStyle1=new mm_style()){
bordercolor="#3d3d3d";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="capitalize";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="white";
offcolor="black";
onbgcolor="#3d3d3d";
oncolor="white";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Alpha(opacity=90)";
padding=6;
pagebgcolor="white";
pagecolor="black";
separatorcolor="#3d3d3d";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=0;
orientation="horizontal";
style=menuStyle;
aI("text=Home111;url=http://pizotech.com;");
aI("showmenu=Samples;text=Our Heritage;");
aI("showmenu=Milonic;text=Services;");
aI("showmenu=Partners;text=Research and Development;");
aI("showmenu=Links;text=Compliance;");
aI("showmenu=MyMilonic;text=Facilities;");
aI("showmenu=Services;text=Careers;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle1;
aI("text=History;url=http://pizotech.com/about/index.html;")
aI("text=Articles;url=http://pizotech.com/about/articles.html;")
aI("text=Management Profiles;url=http://pizotech.com/about/management.html;")
aI("text=Facilities;url=http://pizotech.com/about/facilities.html;")
}

with(milonic=new menuname("Technology")){
style=menuStyle1;
aI("text=Processing EAFD;url=http://pizotech.com/technology/index.html;");
}

with(milonic=new menuname("Products")){
style=menuStyle1;
aI("text=Analysis of Products;url=http://pizotech.com/products/index.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle1;
aI("text=Overview;url=http://pizotech.com/resources/index.html;");
aI("text=Links;url=http://pizotech.com/resources/links.html;");
}

with(milonic=new menuname("Contacts")){
style=menuStyle1;
aI("text=Contact Us;url=http://pizotech.com/contact/index.html;");
}

drawMenus();

