fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style())
{
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="Verdana, Tahoma, Arial";
	fontsize="100%";
	fontstyle="normal";
	headerbgcolor="#ffffff";
	headercolor="#000000";
	offbgcolor="#655170";
	offcolor="#ffffff";
	onbgcolor="#cccccc";
	oncolor="#000000";
	outfilter="randomdissolve(duration=.5)";
	overfilter="Fade(duration=0.2);Alpha(opacity=100)";
	padding=4;
	pagebgcolor="#cccccc";
	pagecolor="#000000";
	separatorcolor="#999999";
	separatorsize=1;
	subimage="http://www.firstpresabq.org/images/arrow.gif";
	subimagepadding=2;
}

//main menu Items
with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	screenposition="center,top";
	top=_top;
	orientation="horizontal";
	style=menuStyle;
	aI("showmenu=AboutUs;text=About FPC&nbsp;&nbsp;;url="+_baseUrl+"PageName=AboutUs;");
	aI("showmenu=Worship;text=Worship&nbsp;&nbsp;;url="+_baseUrl+"PageName=Worship;");
	aI("showmenu=MusicProgram;text=Music Program&nbsp;&nbsp;;url="+_baseUrl+"PageName=MusicProgram;");
	aI("showmenu=CE;text=Christian Education&nbsp;&nbsp;;url="+_baseUrl+"PageName=ChristianEducation;");
	aI("showmenu=Community;text=Community Outreach&nbsp;;url="+_baseUrl+"PageName=CommunityOutreach;");
	aI("showmenu=ChurchLife;text=Church Life&nbsp;&nbsp;;url="+_baseUrl+"PageName=ChurchLife;");
	aI("text=Event Calendar&nbsp;&nbsp;;url="+_baseUrl+"Redirect=EventCalendar;");
}

//About Us Menu Items
with(milonic=new menuname("AboutUs"))
{
	overflow="scroll";
	style=menuStyle;
	aI("text=Our History;url="+_baseUrl+"PageName=History;")
	aI("text=Staff;url="+_baseUrl+"Redirect=Staff;")
	aI("text=Committees;url="+_baseUrl+"PageName=Committees;")
	aI("text=Deacons;url="+_baseUrl+"PageName=Deacons;")
	aI("text=Contact Us;url="+_baseUrl+"Redirect=ContactUs;")
}

//Worship Menu Items
with(milonic=new menuname("Worship"))
{
	overflow="scroll";
	style=menuStyle;
	aI("text=Sermons;url="+_baseUrl+"Redirect=Sermons;")
    // aI("text=Submit A Prayer Request;url="+_baseUrl+"Redirect=PrayerRequest;")
	aI("text=Daily Lectionary;url=http://www.pcusa.org/cgi-bin/lectiond.cgi?Pk=63&Level=2;target=_blank;")
	aI("text=Online Bible;url=http://www.biblegateway.com/?Pk=62&Level=2;target=_blank;")
}

//Music Program Menu Items
with(milonic=new menuname("MusicProgram"))
{
	style=menuStyle;
	aI("text=Adult Choirs;url="+_baseUrl+"PageName=AdultChoirs;");
	aI("text=Children's Choirs;url="+_baseUrl+"PageName=ChildrensChoirs;");
	aI("text=History of the Church Organ;url="+_baseUrl+"PageName=ChurchOrgan;");
}

//Christian Education Menu Items
with(milonic=new menuname("CE"))
{
	style=menuStyle;
	aI("text=Sunday School;url="+_baseUrl+"PageName=SundaySchool;");
	aI("text=Disciple Bible Study;url="+_baseUrl+"PageName=DiscipleBibleStudy;");
	aI("text=Intergenerational;url="+_baseUrl+"PageName=Intergenerational;");
	aI("text=Library And Archives;url="+_baseUrl+"PageName=LibraryArchives;");
	aI("text=Book Discussion Group;url="+_baseUrl+"PageName=BookDiscussionGroup;");
	aI("text=Special Events;url="+_baseUrl+"PageName=SpecialEvents;");
}

//Community Outreach Menu Items
with(milonic=new menuname("Community"))
{
	style=menuStyle;
	aI("text=Helpline;url="+_baseUrl+"PageName=Helpline;");
	aI("text=Mission;url="+_baseUrl+"PageName=Mission;");
	aI("text=Health Ministry;url="+_baseUrl+"PageName=HealthMinistry;");
	aI("text=Volunteer For Mission;url="+_baseUrl+"Redirect=MissionVolunteer;");
}


//Church Life Menu Items
with(milonic=new menuname("ChurchLife"))
{
	style=menuStyle;
	aI("text=Membership;url="+_baseUrl+"PageName=Membership;");
	aI("text=Fellowship;url="+_baseUrl+"PageName=Fellowship;");
	aI("text=Presbyterian Youth;url="+_baseUrl+"Redirect=Youth;");
	aI("text=Presbyterian Women;url="+_baseUrl+"PageName=PresWomen;");
	aI("text=Presbyterian Senior League;url="+_baseUrl+"PageName=PSL;");
	aI("text=Baptisms;url="+_baseUrl+"Redirect=Baptisms;");
}

drawMenus();

