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="#dcdcdc";
borderstyle="solid";
borderwidth=0;
fontfamily="calibri";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#02550f";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="#ffffff";

pagecolor="black";
separatorcolor="#000000";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=140;


aI("text=Home;url=home.html;");
aI("text=| About Andrew N. Coulter |;url=about.html;");
aI("text= Contact Information  |;url=contact.html;");
aI("text=Gallery ;url=gallery/album/index.html;");
aI("text=| Testimonials |;url=testmonial.html;");

aI("text=Links;url=links.html;");

}



drawMenus();



