


_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="#BBBBFF";
oncolor="#000080";
offbgcolor="#ccccff";
offcolor="#000080";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#296488";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="verdana,helvetica";
fontweight="bold"
pagecolor="000080";
pagebgcolor="#b8a1f6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("Church")){
style=menuStyle;
overflow="scroll";
aI("text=WCC Bulletin;url=bulletin.pdf;");
aI("text=COG Buletin;url=cogbulletin.pdf;");
aI("text=Our Latest Newsletter;url=newsletter.pdf;");
aI("text=Prayer List;url=prayer.pdf;");
aI("text=Church Chat;url=chat.pdf;");
aI("text=Photos;url=photo.htm;");
}

with(milonic=new menuname("Convictions")){
style=menuStyle;
aI("text=Our Beliefs;url=belief.htm;");
aI("text=Our Vision;url=vision.htm;");
aI("text=Our Strategy;url=strategy.htm;");
}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("text=Wiley Schools;url=http://www.wiley.k12.co.us/;");
aI("text=McClave Schools;url=http://www.mcclaveschools.org//;");
aI("text=Lamar Schools;url=http://www.lamar.k12.co.us/;");
aI("text=Lamar Junior College;url=http://www.lamarcc.edu/;");
aI("text=kvay radio;url=http://www.kvay.com/;");
aI("text=Amtrak;url=http://www.amtrak.com;");
aI("text=Lamar Ledger Newspaper;url=http://lamardaily.com/;");
}

with(milonic=new menuname("Conference")){
style=menuStyle;
aI("text=Church Of the Brethren;url=http://www.brethren.org;");
aI("text=Camp Colorado;url=http://www.campcolorado.org;");
aI("text=Western Plains District of the Church of the Brethren;url=http://www.westernplainschurchofthebrethren.org/;");
aI("text=Church of God Colorado Conference;url=http://www.cogcc.org;");
aI("text=Church of God National Website;url=http://www.chog.org;");
}

with(milonic=new menuname("Co-Workers")){
style=menuStyle;
aI("text=Dayspring Outreach Ministries;url=http://www.dayspring.us/;");
aI("text=Pastor Mike's Mission Memo;url=memo.pdf;");
}

with(milonic=new menuname("Calendar")){
style=menuStyle;
aI("text=Church Calendar;url=../calendar/;");
}

drawMenus();

