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=5;
_subOffsetLeft=-20;




with(menuStyle=new mm_style()){
bordercolor="#ffffff"; //This gives a white border around the whole menu
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
// Removing onbgcolor and offgcolor will give no background at all transparent
onbgcolor="#990000"; //background is dark red when on
offbgcolor="#999999";
offcolor="#990000";
oncolor="#ffffff"; //text is white when on
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
ondecoration='underline'; //This will underline when you mouse over
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff"; //This gives a white separator between buttons
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
screenposition="center";
top=10;
followscroll=1;
orientation="horizontal"; //This gives a horizontal menu to the left of the page
aI("text=Home;url=/index.html");
aI("text=About Me;url=/about.html");
aI("showmenu=Miniatures;text=Menu Miniatures;");
aI("showmenu=Family Tree;text=Menu Family Tree;");
aI("showmenu=Links;text=Menu Links;");
aI("text=What's New;url=/new.html");
aI("text=Guest Book;url=/guestbook.html;");
}

with(milonic=new menuname("Miniatures")){
style=menuStyle;
overflow="scroll";
aI("text=Room Box in the Making;url=/roombox.html");
aI("text=Flower Making;url=/flowers.html");
aI("text=Doll Making;url=/dolls.html");
aI("text=Furniture;url=/furniture.html");
aI("text=Carpets;url=/carpets.html");
aI("text=Miscellaneous;url=/misc.html");

}

with(milonic=new menuname("Family Tree")){
style=menuStyle;
aI("text=Research;url=/research.html");
aI("text=Tree;url=/tree.html");
aI("text=Photos;url=/famphotos.html");
}

with(milonic=new menuname("Links")){
style=menuStyle;
overflow="scroll";
aI("text=Miniatures;url=/linksmini.html");
aI("text=Tree;url=/linkstree.html");

}


drawMenus();



