
_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(menuStyle1=new mm_style()){
onbgcolor="#E3D6E3";
oncolor="#000";
offbgcolor="#874585";
offcolor="#fff";
separatorcolor="#fff";
separatorsize="0";
separatorheight="12";
separatorwidth="0";
separatorpadding="0";
padding="6";
<!--- fontsize=".7em"; --->
fontsize="14px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma,Arial,Helvetica,Sans-Serif";
align="center";
}

with(menuStyle2=new mm_style()){
onbgcolor="#E3D6E3";
oncolor="#000";
offbgcolor="#eee";
offcolor="#000";
bordercolor="#aaa";
borderstyle="solid";
borderwidth="1";
separatorcolor="#ccc";
separatorsize="1";
padding="3";
<!--- fontsize=".7em"; --->
fontsize="14px";
fontstyle="normal";
fontfamily="Tahoma,Arial,Helvetica,Sans-Serif";
}

with(milonic=new menuname('Main Menu')){
style=menuStyle1;

alwaysvisible="1";
orientation="horizontal";
position="relative";
itemheight="18";
<!--- aI('text=Home;url=http://vasynod.org/index.cfm/fa/home.main.htm;status=Back To Home Page;itemwidth=50;'); --->

aI('text=Home&nbsp;Page;url=/index.cfm/fa/content.view/menuID/100.htm;status=Home Page;itemwidth=70;');

aI('text=Calendar;url=/index.cfm/fa/cal.view.htm;status=Events;itemwidth=70;');

aI('text=Contact&nbsp;Information;url=/index.cfm/fa/content.view/menuID/1379.htm;status=Contact Information;itemwidth=70;');

aI('text=Events;url=/index.cfm/fa/content.view/menuID/1416.htm;status=Event Registration & Information;itemwidth=70;');

aI('text=From&nbsp;the&nbsp;Bishop;url=/index.cfm/fa/content.view/menuID/1393.htm;status=From the Bishop;itemwidth=70;');

aI('text=Resources;url=/index.cfm/fa/content.view/menuID/1403.htm;status=Rostered Leaders & Congregations;itemwidth=70;');

aI('text=Ministries;url=http://www.vasynod.org/files/Ministries/Ministry%20Main%20Page%20Doc%203-17-10.pdf;status=Synod Ministries;itemwidth=70;');

aI('text=Stewardship;url=/index.cfm/fa/content.view/menuID/1424.htm;status=Virginia Synod Stewardship;itemwidth=70;');

aI('text=Directory;url=;showmenu=menu_109;status=Directory;itemwidth=70;')

aI('text=Log In;url=http://vasynod.org/index.cfm/fa/acc.loginform.htm;status=Log in to this web site;itemwidth=60;');
}
		
with(milonic=new menuname('menu_109')){
style=menuStyle2;
overflow='scroll';
itemwidth=100;

aI('text=Clergy&nbsp;Listing;url=/index.cfm/fa/clergy.find.htm;status=Clergy Listing;itemwidth=80;');

aI('text=Congregation&nbsp;Listing;url=/index.cfm/fa/congregation.find.htm;showmenu=menu_506;status=Church Listing;itemwidth=80;')


}

		
with(milonic=new menuname('menu_506')){
style=menuStyle2;
overflow='scroll';
itemwidth=100;

aI('text=Conference&nbsp;Deans;url=/index.cfm/fa/content.view/menuID/714.htm;status=Conference Deans;itemwidth=80;');


}

