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(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="76%";
fontstyle="normal";
fontfamily="Arial";
overflow="scroll";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#000000";
pagebgcolor="#FFFFFF";
pagecolor="#000000";
separatorcolor="#000000";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
align="150";
style=menuStyle;
itemwidth=175;
itemheight=20;
aI("text=About MAS;url=http://www.modifiedasphaltsolutions.com/about.html");
aI("text=Services;url=http://www.modifiedasphaltsolutions.com/services.html");
aI("text=Why GTR?;url=http://www.modifiedasphaltsolutions.com/whygtr.html");
aI("text=Projects;url=http://www.modifiedasphaltsolutions.com/projects.html");
aI("text=NCAT Update;url=http://www.modifiedasphaltsolutions.com/ncat.html");
aI("text=Contact Us;url=http://www.modifiedasphaltsolutions.com/contact.html");
aI("text=Home;url=http://www.modifiedasphaltsolutions.com/index.html;");
}

drawMenus();


