


_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="#660066";
offbgcolor="#0099cc";
oncolor="#ffffff";
//oncolor="#000000";
//offbgcolor="#993399";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="8pt";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#ffffff";
pagebgcolor="#660066";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;left" 
top="offset=190";
left="offset=0";
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=http://www.mmresources.info/default.html");
aI("text=ABOUT US;showmenu=About;");
aI("text=MARKETING;url=Marketing.html;");
aI("text=MEDIA;url=advertising.html;");
aI("text=CAUSE MARKETING;showmenu=CauseMarketing;");
aI("text=PR / PUBLICITY;url=PUBLICRELATIONS.html;");
aI("text=RESEARCH;showmenu=Research;");
aI("text=RESOURCES;url=Resources.html;");
aI("text=REFERENCES;showmenu=References;");
aI("text=CONTACT US;url=Contact.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=Our Services;url=Services.html;");
aI("text=Our Experience;url=experience.html;");
aI("text=Our Niche;url=niche.html;");
}

with(milonic=new menuname("Research")){
style=menuStyle;
aI("text=Research Services;url=ResearchServices.html;");
aI("text=Cause Research;showmenu=CauseResearch;");
}


with(milonic=new menuname("CauseResearch")){
style=menuStyle;
aI("text=Cone Roper Report (2001);url=ConeRoper.html;");
aI("text=Brand Benefit (2004/05);url=BrandBenefit.html;");
//aI("text=Map;url=visitors_map.html;");
}

with(milonic=new menuname("Marketing")){
style=menuStyle;
aI("text=Consultant;url=consultant.html;");
//aI("text=Advertising;url=advertising.html;");
aI("text=Promotions;url=promotions.html;");
aI("text=Public Relations;url=publicrelations.html;");
}

with(milonic=new menuname("Media")){
style=menuStyle;
aI("text=Annual Events;url=activities_annual.html;");
aI("text=Upcoming Events;url=activities_upcoming.html;");
aI("text=Sacraments;url=activities_sacraments.html;");
aI("text=Religious Education;url=activities_education.html;");
aI("text=Liturgical Ministries;url=liturgical_ministries.html;");
}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("text=Ministries;url=community_ministries.html;");
aI("text=Organizations and Activities;url=community_organizations.html;");
aI("text=Other Organizations and Activities;url=community_other.html;");
aI("text=Facility Reservations;url=facility_reserv.html;");
}

with(milonic=new menuname("References")){
style=menuStyle;
aI("text=Testimonials;url=Testimonials.html;");
aI("text=References;url=References.html;");
}

with(milonic=new menuname("CauseMarketing")){
style=menuStyle;
aI("text=Cause Marketing;url=CauseMarketing.html;");
aI("text=Step Rewards;url=SR_description.html;");
aI("text=Instruments For Change;url=IFC_description.html;");
}

drawMenus();


