

// 1st tier Menu



_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=5            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=30              // Sub menu top offset

_subOffsetLeft=0           // 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()){

overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";

onbgcolor="transparent";

oncolor="#991A36";

offbgcolor="transparent";

offcolor="#395E8D";

borderwidth=0;

separatorcolor="#395E8D";

separatorsize="1";

separatorheight="10";

padding=6;

fontsize="65%";

fontstyle="normal";

fontfamily="Arial, Verdana, Tahoma";

pagecolor="white";

pagebgcolor="#5184C6";

headercolor="#EFCB80";

headerbgcolor="#ffffff";

subimagepadding="0";




}
_menuCloseDelay=700           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=5            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=4             // Sub menu top offset

_subOffsetLeft=3         // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle2=new mm_style()){

onbgcolor="#991A36";

oncolor="#ffffff";

offbgcolor="#991A36";

offcolor="#EFCB80";

bordercolor="005595";

borderstyle="solid";

borderwidth=1;

separatorcolor="#EFCB80";

separatorsize="1";

padding=6;

fontsize="60%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="#5184C6";

headercolor="#EFCB80";

headerbgcolor="#ffffff";

subimagepadding="0";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=180, Strength=5)";

outfilter="randomdissolve(duration=0.0)";

}

_menuCloseDelay=700           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=5            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=4             // Sub menu top offset

_subOffsetLeft=3         // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle3=new mm_style()){

onbgcolor="";

oncolor="#991A36";

offbgcolor="";

offcolor="#395E8D";

bordercolor="";

borderstyle="solid";

borderwidth=1;

separatorcolor="#395E8D";

separatorsize="1";

padding=6;

fontsize="80%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="#5184C6";

headercolor="#EFCB80";

headerbgcolor="#ffffff";

subimagepadding="0";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=180, Strength=5)";

outfilter="randomdissolve(duration=0.0)";

}

//Main Menu
with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=30";
orientation="horizontal";
style=menuStyle;
top=+408;
screenposition="left";



aI("text=Locations;url=locations.php;;status=Locations;");

aI("text=About MPCA;url=about_mpca.php;;status=About MPCA;");

aI("text=MPCA Programs;url=mpca_programs.php;status=MPCA Programs;");

aI("text=About FQHC's;url=about_fqhc.php;status=About FQHC's;");

aI("text=Faces of Maine;url=faces_of_maine.php;status=Faces of Maine's Primary Safety Net;");

aI("text=Become an Advocate;url=advocate.php;status=Become an Advocate;");

aI("text=Job Listings;url=job_listings.php;status=Job Listings;");

aI("text=Document Library;url=forum/index.php;status=Document Library;");

aI("text=Contact Us;url=contact.php;status=Contact Us;");
}

drawMenus();




