_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
projectid=1;



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#CCCCCC";
oncolor="#660000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#660000', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=1;
orientation="relative";
style=menuStyle;
top=1;
aI("status=Back To Home Page;text=Home;url=http://www.carmelnewchurch.org/main.php;target=mainFrame");
aI("showmenu=Church;text=Carmel New Church;");
aI("status=Carmel New Church School;text=Carmel New Church School;url=cncs/;target=_blank");
aI("status=Noodle Nest;text=Noodle Nest Participating Playgroup;url=nn/;target=mainFrame");
}

with(milonic=new menuname("Church")){
style=menuStyle;
aI("text=Frequently Asked Questions;url=faq.php;target=mainFrame");
aI("text=Sons of the Carmel New Church;url=sons.php;target=mainFrame");
aI("text=Young Adults;url=youngadults.php;target=mainFrame");
aI("text=Theta Alpha Guild;url=tag.php;target=mainFrame");
aI("text=Caryndale Community;url=community.php;target=mainFrame");
aI("text=Chalon Estates;url=chalon.php;target=mainFrame");
aI("text=Carmel New Church Calendar;url=cal;target=mainFrame");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Link1;url=http://www.carmelnewchurch,org;target=mainFrame");
aI("text=Link2;url=http://www.carmelnewchurch,org;target=mainFrame");
aI("text=Link3;url=http://www.carmelnewchurch,org;target=mainFrame");
aI("text=Link4;url=http://www.carmelnewchurch,org;target=mainFrame");
aI("text=Link5;url=http://www.carmelnewchurch,org;target=mainFrame");
}

drawMenus();

