


_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()){
align="center";
valign="middle";
offborder="0px solid #000066";
onbgcolor="#CCCCFF";
oncolor="#000066";
offbgcolor="#000066";
offcolor="#FFFFFF";
bordercolor="#000066";
borderstyle="solid";
borderwidth=0;
separatorcolor="#336699";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000066";
pagebgcolor="#CCCCFF";
headerbgcolor="000066";
headercolor="FFFFFF";
subimage="/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(HeadersStyle=new mm_style()){
valign="middle";
onbgcolor="#ccffcc";
oncolor="#006633";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000080";
borderstyle="solid";
borderwidth=1;
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
headercolor="#FFFFFF";
headerbgcolor="#006633";
}

// Sub-Menus of Main Menu //

with(milonic=new menuname("AboutUs")){
style=menuStyle;
itemwidth=86;
aI("text=Overview;url=/aboutus/index.shtml;");
aI("text=Our Mission;url=/aboutus/ourmission.shtml;");
aI("text=Leadership;url=/aboutus/leadership.shtml;");
aI("text=Hours of Operation;url=/aboutus/hours.shtml;");
aI("text=Directions;url=/aboutus/directions.shtml;");
aI("text=Contact Us;url=/aboutus/contactus.shtml;");
aI("text=Privacy;url=/aboutus/privacy.shtml;");
aI("text=Terms;url=/aboutus/tos.shtml;");
}

with(milonic=new menuname("ProgramsServices")){
style=menuStyle;
aI("text=Overview;url=/programsservices/index.shtml;");
aI("text=Community Groups;url=/programsservices/index.shtml#communitygroups;");
aI("text=Support Groups;url=/programsservices/index.shtml#supportgroups;");
aI("text=Health Support;url=/programsservices/index.shtml#healthsupport;");
aI("text=PCNJ Resources;url=/programsservices/index.shtml#pcnjresources;");
aI("text=Recreational & Social Activities;url=/programsservices/index.shtml#recsocactivities;");
aI("text=Youth Groups;url=/programsservices/index.shtml#youthgroups;");
aI("text=Starting a Group;showmenu=StartingGroup;status=Starting a Group;");
}

with(milonic=new menuname("GetInvolved")){
style=menuStyle;
aI("text=Overview;url=/getinvolved/index.shtml;");
aI("text=Signup/Contribute;url=/getinvolved/signup.shtml;");
aI("text=Volunteer;url=/getinvolved/volunteer.shtml;");
aI("text=Advertise;url=/getinvolved/advertise.shtml;");
aI("text=Donate Goods;url=/getinvolved/donategoods.shtml;");
aI("text=Subscribe to e-News;url=http://six.pairlist.net/mailman/listinfo/pridecenter-news;target=_blank");
}

with(milonic=new menuname("StartingGroup")){
style=menuStyle;
aI("text=Overview;url=/programsservices/newgroup.shtml;");
aI("text=Project Success;url=/programsservices/projectsuccess.shtml;");
}

drawMenus();

