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;

//http://www.milonic.com/styleproperties.php

with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
align="left"
fontweight="bold";
borderstyle="none";
offbgcolor="#ffcc66";
offcolor="#990000";
onbgcolor="#990000";
oncolor="#ffcc66";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
pagecolor="#d0807b";
separatorcolor="#990000";
separatorsize=1;
subimage="/pack14/grafx/black_arrow.gif";
onsubimage="/pack14/grafx/white_arrow.gif"
subimagepadding=2;
}

with(subMenuStyle=new mm_style()){
bordercolor="#990000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
offbgcolor="#ffcc66";
offcolor="#990000";
onbgcolor="#990000";
oncolor="#ffcc66";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagecolor="#d0807b";
separatorcolor="#990000";
separatorsize=1;
subimage="/pack14/grafx/black_arrow.gif";
onsubimage="/pack14/grafx/white_arrow.gif"
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="vertical";
style=menuStyle;
aI("text=Home;url=/pack14/index.html;");
aI("showmenu=About;text=About Us;");
aI("showmenu=Dens;text=Dens;");
aI("text=Schedule;url=/pack14/schedules/packschedule.html;");
aI("text=Events;url=/pack14/events.html;");
aI("text=Contact Us;url=/pack14/contactus.html;");
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("About")){
style=subMenuStyle;
aI("text=Letter To Parents;url=/pack14/lettertoparents.html");
aI("text=FAQ;url=/pack14/faq.html");
}

with(milonic=new menuname("Dens")){
style=subMenuStyle;
aI("text=Tigers;url=/pack14/dens/tigers.html;showmenu=Tigers;");
aI("text=Wolves;url=/pack14/dens/wolves.html;showmenu=Wolves;");
aI("text=Bears;url=/pack14/dens/bears.html;showmenu=Bears;");
aI("text=Junior Webelos;url=/pack14/dens/juniorwebelos.html;showmenu=JuniorWebelos;");
}

with(milonic=new menuname("Links")){
style=subMenuStyle;
aI("text=Boy Scouts Of America;image=/pack14/grafx/bsasmlogo.gif;url=http://www.scouting.org;");
aI("text=Community of Christ Church;url=http://www.cofchrist-austin.org;");
}

with(milonic=new menuname("Tigers")){
style=subMenuStyle;
aI("text=Schedule;url=/pack14/schedules/tigerschedule.html;");
}
with(milonic=new menuname("Wolves")){
style=subMenuStyle;
aI("text=Schedule;url=/pack14/schedules/wolfschedule.html;");
}
with(milonic=new menuname("Bears")){
style=subMenuStyle;
aI("text=Schedule;url=/pack14/schedules/bearschedule.html;");
}
with(milonic=new menuname("JuniorWebelos")){
style=subMenuStyle;
aI("text=Schedule;url=/pack14/schedules/jrwebeloschedule.html;");
}

drawMenus();

