


_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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#8799BB";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=140;
left=25;
alwaysvisible=1;
followscroll="1";
//orientation="horizontal";
aI("text=News;showmenu=News;");
aI("text=About CAPP;showmenu=About;");
aI("text=Projects;url=projects.htm;");
aI("text=Donate;showmenu=Donate;");
aI("text=Request;url=equip_request.htm;");
aI("text=Partners;showmenu=Partners;");
aI("text=Grants;url=grants.htm;");
aI("text=Mailing List;url=mailinglist.htm;");
aI("text=Contact Us;url=contactus.htm;");
aI("text=Home;url=http://www.cappinc.org/;status=Back To Home Page;");
}

with(milonic=new menuname("News")){
style=menuStyle;
overflow="scroll";
aI("text=Recent Press;url=news_recentpress.htm;");
aI("text=Events;url=news_events.htm;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=History;url=about_history.htm;");
aI("text=Board Members;url=about_board.htm;");
}

with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=Media Partners;url=partners_media.htm;");
aI("text=Corporate Partners;url=partners_corp.htm;");
aI("text=Government Partners;url=partners_gov.htm;");
}

with(milonic=new menuname("Donate")){
style=menuStyle;
aI("text=Financial Donation;url=donate_financial.htm;");
aI("text=Hardware Donation;url=donate_hardware.htm;");
aI("text=Volunteer Sign Up;url=donate_leadership.htm;");
aI("text=Current Needs;url=current_needs.htm;");
}

drawMenus();

