


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#66FFCC";
oncolor="#000099";
offbgcolor="#000099";
offcolor="#66FFCC";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="14";
fontweight="bold"
fontstyle="normal";
fontfamily="Arial";
pagecolor="00FFFF";
pagebgcolor="#66FFCC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=210; 
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Personal Information;url=background.html;");
aI("text=My Genealogy;showmenu=Genealogy;");
aI("text=Video Services;url=http://www.awlvideo.com;")
aI("text=Other Links;showmenu=Links;");
}

with(milonic=new menuname("Genealogy")){
style=menuStyle;
aI("text=Elliott Genealogy;showmenu=Elliott;");
aI("text=Beale Genealogy;showmenu=Beale;");
aI("text=Dary Geneology;showmenu=Dary;");
aI("text=Ward Genealogy;showmenu=Ward;");
aI("text=Helgestad Genealogy;showmenu=Helgestad;");
aI("text=Erdahl Genealogy;showmenu=Erdahl;");
aI("text=Webber Genealogy;showmenu=Webber;");
}

with(milonic=new menuname("Elliott")){
style=menuStyle;
aI("text=Introduction;url=elliott.html");
aI("text=In The Beginning;url=begin.html");
aI("text=Family Tree (In PDF format);url=pdf/joseph_elliott_ftw.pdf;target=_blank");
}

with(milonic=new menuname("Beale")){
style=menuStyle;
aI("text=Introduction;url=beale.html");
aI("text=;url=");
aI("text=;url=");
aI("text=;url=");
aI("text=;url=");
}

with(milonic=new menuname("Dary")){
style=menuStyle;
aI("text=Introduction;url=");
aI("text=;url=");
aI("text=;url=");
aI("text=;url=");
}

with(milonic=new menuname("Ward")){
style=menuStyle;
aI("text=Introduction;url=");
aI("text=;url=");
aI("text=;url=");
aI("text=;url=");
}

with(milonic=new menuname("Helgestad")){
style=menuStyle;
aI("text=Introduction;url=");
aI("text=;url=");
aI("text=;url=");
aI("text=;url=");
}

with(milonic=new menuname("Erdahl")){
style=menuStyle;
aI("text=Introduction;url=");
aI("text=;url=");
aI("text=;url=");
aI("text=;url=");
}

with(milonic=new menuname("Webber")){
style=menuStyle;
aI("text=Introduction;url=");
aI("text=;url=");
aI("text=;url=");
aI("text=;url=");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=My Family History at Genealogy.com;url=http://familytreemaker.genealogy.com/users/e/l/l/Dennis-L-Elliott/index.html;target=_blank");
aI("text=Music Downloads (Family Only);url=");
aI("text=Cornerstone Church;url=http://www.cornerstonewaterloo.com/;target=_blank");
}

drawMenus();


