
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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



with(menuStyle=new mm_style()){
onbgcolor="#FF9966";
oncolor="#ffffff";
offbgcolor="#FFCC66";
offcolor="#515151";
bordercolor="#296488";
borderstyle="raised";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
ondecoration="underline";
fontsize="75%";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="downboxed.gif";
subimagepadding="2";
onsubimage="on_downboxed.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(windows98style=new mm_style()){
onbgcolor="#00007F";
oncolor="#FFFFFF";
offbgcolor="#FF9966";
offcolor="#000000";
ondecoration="underline";
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=2;
separatorsize="2";
padding=5;
fontsize="80%";
fontweight="bold";
fontfamily="arial,verdana,tahoma";
high3dcolor="#eeeeee";
low3dcolor="#7F7F7F";
swap3d="1";
subimage="downboxed.gif";
subimagepadding="2";
onsubimage="on_downboxed.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=windows98style;
top="0"
left="0";
menualign="center"
menuwidth="100%";
alwaysvisible=1;
orientation="horizontal";
aI("text=Annual Peach Fest Home Pages (2004 thru 2008);showmenu=homepages;");
aI("text=Peach Recipe Page;url=recipe.html;status=To Recipe Page;");
aI("text=Comment Form;url=peachform.html;status=To Comment Form Page;");
aI("text=Links to Main Wesley Site ;showmenu=Links;status=To Wesley Links;");
}

with(milonic=new menuname("homepages")){
style=menuStyle;
aI("text=2009 Peach Fest Home Page;url=index.html;");
aI("text=2008 Peach Fest Home Page;url=index2008.html;");
aI("text=2007 Peach Fest Home Page;url=index2007.html;");
aI("text=2006 Peach Fest Home Page;url=index2006.html;");
aI("text=2005 Peach Fest Home Page;url=index2005.html;");
aI("text=2004 Peach Fest Home Page;url=index2004.html;");
}


with(milonic=new menuname("Links")){
style=menuStyle;
overflow="scroll";
aI("text=Wesley UMC Home Page;url=http://www.wesleyva.org;");
aI("text=What's New;url=http://www.wesleyva.org/new.html;");
aI("text=Contact & Map;url=http://www.wesleyva.org/map.html;");
aI("text=Calendar;url=http://www.wesleyva.org/calendar.html;");
aI("text=UMM;url=http://www.wesleyva.org/umm.html;");
aI("text=UMW;url=http://www.wesleyva.org/umw.html;");
aI("text=Youth;url=http://www.wesleyva.org/youth.html;");
aI("text=Scouts;url=http://www.wesleyva.org/scouts.html;");
aI("text=Choir;url=http://www.wesleyva.org/choir.html;");
aI("text=Tidbits;url=http://www.wesleyva.org/tidbits.html;");
aI("text=Building Bridges;url=http://www.wesleyva.org/bridges.html;");
aI("text=Photo Album;url=http://www.wesleyva.org/photo.html;");
aI("text=History;url=http://www.wesleyva.org/history.html;");
}

drawMenus();

