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="#9A853A";
borderstyle="solid";
borderwidth=3;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#145029";
headercolor="#000000";
offbgcolor="#145029";
offcolor="#FFFFFF";
onbgcolor="#145029";
oncolor="#FFFFFF";
outfilter="";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#145029";
pagecolor="white";
separatorcolor="#9A853A";
separatorsize=3;
subimage="arrow2.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
left=70;
style=menuStyle;
top=220;
aI("status=Back To Home Page;text=Home;url=http://www.grengraving.com/index.shtml;");
aI("showmenu=HandGuns;text=Hand Guns;");
aI("showmenu=LongGuns;text=Long Guns;");
aI("showmenu=Accessories;text=Accessories;");
aI("showmenu=CompanyInfo;text=Company Info;");
aI("status=Favorite Links;text=Links;url=http://www.grengraving.com/links.shtml;");

}

with(milonic=new menuname("HandGuns")){
overflow="scroll";
style=menuStyle;
aI("status=Semi Auto;text=Semi Auto;url=http://www.grengraving.com/semiauto.shtml;")
aI("text=Revolvers;url=http://www.grengraving.com/revolvers.shtml;")
aI("text=Single Action;url=http://www.grengraving.com/sa.shtml;")
aI("text=Derringers;url=http://www.grengraving.com/derringers.shtml;")

}

with(milonic=new menuname("LongGuns")){
style=menuStyle;
aI("text=Rifles;url=http://www.grengraving.com/rifles.shtml;");
aI("text=Shotguns;url=http://www.grengraving.com/shotguns.shtml;");

}

with(milonic=new menuname("Accessories")){
style=menuStyle;
aI("text=Badges;url=http://www.grengraving.com/badges.shtml;");
aI("text=Handcuffs;url=http://www.grengraving.com/handcuffs.shtml");
aI("text=Knives;url=http://www.grengraving.com/knives.shtml");

}

with(milonic=new menuname("CompanyInfo")){
overflow="scroll";
style=menuStyle;
aI("text=Contact;url=http://www.grengraving.com/contact.shtml;")
aI("text=Biography;url=http://www.grengraving.com/biography.shtml;")
aI("text=Location;url=http://www.grengraving.com/location.shtml;")


}


drawMenus();