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=14;
_subOffsetLeft=5;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="normal";
fontweight="bold";
//headerbgcolor="#ffffff";
//headercolor="#000000";
//offbgcolor="#000000";
offcolor="#FFFFFF";
//onbgcolor="#00000";
oncolor="#FFFF00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding="0px 10px 0px 0px";
//pagebgcolor="#82B6D7";
pagecolor="#FFFF00";
separatorcolor="#666666";
separatorsize=0;
subimagepadding=10;
}

with(submenuStyle=new mm_style()){
bordercolor="#4F8EB6";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#999999";
offcolor="#ffffff";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#666666";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Snapshots")){
style=submenuStyle;
aI("text=Events;url=/albums/display.asp?folder=/albums/Events/;");
aI("text=Family;url=/albums/display.asp?folder=/albums/Family/;");
aI("text=Friends;url=/albums/display.asp?folder=/albums/Friends/;");
aI("text=Skiing;url=/albums/display.asp?folder=/albums/Skiing/;");
aI("text=The Grift;url=/albums/Grift/;");
}

with(milonic=new menuname("About")){
style=submenuStyle;
aI("text=About Me;url=/about/default2.asp;");
}

with(milonic=new menuname("Calendars")){
style=submenuStyle;
aI("text=2007 Calendars;url=/calendar/;");
}


drawMenus();


