


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=3            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4682b4";
oncolor="#ffffff";
offbgcolor="#ccdfea";
offcolor="#000099";
bordercolor="#4682b4";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4682b4";
separatorsize="1";
padding=2;
fontsize=12;
fontstyle="normal";
fontfamily="Arial, Verdana, SanSerif";
pagecolor="#000099";
pagebgcolor="#b3cce1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="rarrowbox1h.gif";
onsubimage="rarrowbox2h.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStylesub=new mm_style()){
onbgcolor="#4682b4";
oncolor="#ffffff";
offbgcolor="#f0f5f9";
offcolor="#000099";
bordercolor="#4682b4";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4682b4";
separatorsize="1";
padding=2;
fontsize=12;
fontstyle="normal";
fontfamily="Arial, Verdana, SanSerif";
pagecolor="#000099";
pagebgcolor="#b3cce1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="rarrowbox1h.gif";
onsubimage="rarrowbox2h.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Products")){
style=menuStylesub;
menuwidth=78;
itemwidth=78;
aI("text=Sample;url=/sample.htm;");
aI("text=Sample;url=/sample.htm;");
}

with(milonic=new menuname("Support")){
style=menuStylesub;
menuwidth=78;
itemwidth=78;
aI("text=Sample;url=/sample1.htm;");
aI("text=Sample;url=/sample1.htm;");
aI("text=Sample;url=/sample1.htm;");
}

with(milonic=new menuname("Links")){
style=menuStylesub;
aI("text=Ralls Genealogy;url=http://www.ralls.us/;status=Ralls, Rawls, and Related Genealogy;");
aI("text=Jes.us;url=http://jes.us/;status=Online Holy Bible;");
}

with(milonic=new menuname("Contact")){
style=menuStylesub;
menuwidth=78;
itemwidth=78;
aI("text=E-mail;url=mailto:sa@ralls.us?Subject=Inquiry from e0.com;image=_images/email.gif;");
}

with(milonic=new menuname("Search")){
style=menuStylesub;
aI("text=<form name=hse_form1 action=/cgi-bin/hse/search.cgi method=get class=inline><input name=cat type=hidden value=1><input name=lang type=hidden value=en><input name=conf type=hidden value=0><input name=submit type=hidden><class=searchform nowrap=nowrap><input name=terms type=text size=15 maxlength=50 style=font-size:10pt class=searchform></form>;type=form;"); 
aI("text=Advanced Search;url=/cgi-bin/hse/search.cgi;image=searchmagsm.gif;");
}



drawMenus();

