fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=50;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E4E4ED";
offcolor="#103D70";
onbgcolor="#ccccff";
oncolor="#990000";
outfilter="fade(duration=0.1)";
overfilter="fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#103D70";
separatorsize=1;
subimage="http://www.graphixplus.net/images/nav_blue.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left="offset=170";
orientation="horizontal";
screenposition="center"
style=menuStyle;
top=143;
aI("text=Home;url=http://www.graphixplus.net/index.htm;");
aI("showmenu=The Basics;text=The Basics;");
aI("showmenu=Services;text=Services;");
aI("showmenu=Tips;text=Tips;");
aI("text=Portfolio;url=http://www.graphixplus.net/portfolio.htm;");
aI("showmenu=Contact Us;text=Contact Us;");
}

with(milonic=new menuname("The Basics")){
style=menuStyle;
aI("text=About Us;url=http://www.graphixplus.net/about_graphix_plus.htm;")
aI("text=Our People;url=http://www.graphixplus.net/our_people.htm;")
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Graphic Design;url=http://www.graphixplus.net/graphic_design_services.htm;");
aI("text=Printing & Production;url=http://www.graphixplus.net/printing_production_services.htm;");
aI("text=Marketing;url=http://www.graphixplus.net/marketing_services.htm;");
aI("text=Database Mgmt & Mailing;url=http://www.graphixplus.net/database_management_mailing_services.htm;");
}

with(milonic=new menuname("Tips")){
style=menuStyle;
aI("showmenu=Catalog Production Tips;text=Catalog Production Tips;");
aI("text=File Preparation Tips;url=http://www.graphixplus.net/file_preperation_tips.htm;");
}

with(milonic=new menuname("Catalog Production Tips")){
style=menuStyle;
aI("text=Design Tips;url=http://www.graphixplus.net/catalog_design_tips.htm;");
aI("text=Production Tips;url=http://www.graphixplus.net/catalog_production_tips.htm;");
aI("text=Mailing Tips;url=http://www.graphixplus.net/catalog_mailing_tips.htm;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Contact Information;url=http://www.graphixplus.net/contact_information.htm;");
aI("text=Placing an Order;url=http://www.graphixplus.net/placing_an_order.htm;");
aI("text=Uploading a File;url=http://www.graphixplus.net/uploading_file.htm;");
}

drawMenus();

