

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

// Menu Properties

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="pictures/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;
screenposition="bottom;center"
followscroll=1;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.graceumc.info/;status=Back To Home Page;");
aI("text=History;url=history.htm;target=1;");
aI("text=Calendar;url=http://www.graceumc.info/calendar/calendar.asp;target=1");
aI("text=Activities;showmenu=ActivitiesList;");
aI("text=Grace Notes;url=gracenotes.htm;target=1");
aI("text=Favorite Links;showmenu=Links;");
aI("text=Pastor's Page;url=pastor.htm;target=1;");
aI("text=Photo Album;showmenu=Photos;");
}

with(milonic=new menuname("ActivitiesList")){
style=menuStyle;
aI("text=Vacation Bible School;url=vbc.htm;target=1;");
aI("text=Golf Tournament;url=golf.htm;target=1;");
aI("text=Fund Raisers;url=fund.htm;target=1;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=United Methodist Church;url=http://www.umc.org/;target=1;");
aI("text=Upper Room Daily Devotionals;url=http://www.upperroom.org/;target=1;");
aI("text=Troy Annual Conference;url=http://www.troyac.org/;target=1;");
aI("text=TAC Emmaus;url=http://www.gbgm-umc.org/tac-emmaus/;target=1;");
aI("text=Green Mountain District Directory;url=http://www.gbgm-umc.org/greenmountain/churchlinks.html/;target=1;");
aI("text=Desperate Preacher's Site;url=http://desperatepreacher.com/;target=1;");
aI("text=The World Wide Study Bible;url=http://www.ccel.org/wwsb/;target=1;");
aI("text=Revised Common Lectionary;url=http://divinity.library.vanderbilt.edu/lectionary/;target=1;");
aI("text=Lectionary Page and Calendar;url=http://www.io.com/~kellywp/;target=1;");
aI("text=Licensed Local Pastor PDF file;url=http://www.gbhem.org/ResourceLibrary/localpastor.pdf;target=1;");
aI("text=General Board of Global Ministries;url=http://gbgm-umc.org/navitext.html;target=1;");
aI("text=United Methodist News Service;url=http://umns.umc.org/;target=1;");
aI("text=Ultimate MIDI Page-Classical & Religious Sites;url=http://www.ultimatemidi.com/midi2.html;target=1;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

with(milonic=new menuname("Photos")){
style=menuStyle;
aI("text=Stained Glass and Pipe Organ;url=glass.htm;target=1;");
aI("text=Church Building Project;url=buildingalbum.htm;target=1");
}

drawMenus();

