_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=2              // Sub menu top offset
_subOffsetLeft=-2           // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#0066ff";
oncolor="#ffffff";
offbgcolor="#3E568b";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=2;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowr.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
aI("status=Back To Home Page;text=Home;url=http://www.unitelascruces.org/;");
aI("text=About Us;showmenu=About Us;");
aI("text=Pastors;showmenu=Pastors;");
aI("text=Prayer;showmenu=Prayer;");
aI("text=Prophecy;showmenu=Prophecy;");
aI("text=Ministries;showmenu=Ministries;");
aI("text=Events;showmenu=Events;");
aI("text=Resources;showmenu=Resources;");
aI("text=Partners;showmenu=Partners;");
aI("text=Contact Us;showmenu=Contact Us;");
aI("status=Location;text=Location;url=http://www.unitelascruces.org/location.htm;");
} 

drawMenus();
			   
// Build your sub menus first
with(main=new menuname("About Us")){
style=menuStyle;
aI("text=LCPN;url=http://www.unitelascruces.org/aboutlcpn.htm");
aI("text=Positions;url=http://www.unitelascruces.org/aboutpositions.htm");
}

with(main=new menuname("Pastors")){
style=menuStyle;
aI("text=Covenant;url=http://www.unitelascruces.org/pascovenant.htm");
aI("text=EMF Luncheon;url=http://www.unitelascruces.org/pasemfluncheon.htm");
aI("text=Events;url=http://www.unitelascruces.org/pasevents.htm");
aI("text=Marriage Covenant;url=http://www.unitelascruces.org/marriagecovenant.htm");
}

with(main=new menuname("Prayer")){
style=menuStyle;
aI("text=Las Cruces;url=http://www.unitelascruces.org/praylc.htm");
aI("text=Border;url=http://www.unitelascruces.org/prayBorder.htm");
aI("text=New Mexico;url=http://www.unitelascruces.org/praynm.htm");
aI("text=United States;url=http://www.unitelascruces.org/prayus.htm");
aI("text=Global;url=http://www.unitelascruces.org/prayglobal.htm");
}

with(main=new menuname("Prophecy")){
style=menuStyle;
aI("text=Prophetic Words;url=http://www.unitelascruces.org/prophecy.htm");
}

with(main=new menuname("Ministries")){
style=menuStyle;
aI("text=Loving Our Communities To Christ;url=http://www.unitelascruces.org/minMA.htm");
aI("text=Prayer Coordinator;url=http://www.unitelascruces.org/minPC.htm");
aI("text=Intercessors;url=http://www.unitelascruces.org/minintercession.htm");
aI("text=Prayer Shield;url=http://www.unitelascruces.org/minprayshield.htm;")
aI("text=National Day of Prayer;url=http://www.unitelascruces.org/minNDOP.htm;")
aI("text=Training;url=http://www.unitelascruces.org/minTraining.htm;")
}

with(main=new menuname("Events")){
style=menuStyle;
aI("text=Las Cruces;url=http://www.unitelascruces.org/eventlc.htm");
aI("text=New Mexico;url=http://www.unitelascruces.org/eventnm.htm");
aI("text=Border;url=http://www.unitelascruces.org/eventborder.htm");
aI("text=Southwest;url=http://www.unitelascruces.org/eventsouthwest.htm");
aI("text=United States;url=http://www.unitelascruces.org/eventus.htm;")
aI("text=Global;url=http://www.unitelascruces.org/eventglobal.htm;")
}

with(main=new menuname("Resources")){
style=menuStyle;
aI("text=Reflections 2007;url=http://www.unitelascruces.org/2007 Reflections.htm;")
aI("text=Books;url=http://www.unitelascruces.org/resbook.htm;")
aI("text=Links;url=http://www.unitelascruces.org/reslinks.htm;")
}

with(main=new menuname("Partners")){
style=menuStyle;
aI("text=Donations;url=http://www.unitelascruces.org/paypaldonate.htm;")
}

with(main=new menuname("Contactus")){
style=menuStyle;
aI("text=contactus;url=http://www.unitelascruces.org/contactus.htm;")
aI("text=location;url=http://www.unitelascruces.org/location.htm;")

}


drawMenus()
