_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="#B4B5B5";
oncolor="#000000";
offbgcolor="#D5D5D5";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="bolder";
fontfamily="Myriad Pro";
pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("home")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155

}
with(milonic=new menuname("Profile")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155
aI("text=Visions/Goals;url=../Profile/Visions.html;title=Visions/Goals;");
aI("text=Management;url=../Profile/Management.html;title=Management;");
aI("text=Stock Statistics;url=../Profile/Stock.html;title=Stock Statistics;");
aI("text=Membership;url=../Profile/Membership.html;title=Membership;");
}
with(milonic=new menuname("Services")){
style=menuStyle;
left=145;
top=offset=-27;
itemwidth=155
aI("text=Youth Service;url=../Services/Youth.html;title=Youth Shelter;");
aI("text=Family Centre;url=../Services/Family.html;title=Family Centre;");
aI("text=Aboriginal;url=../Services/Aboriginal.html;title=Aboriginal;");
aI("text=Drug Education;url=../Services/Drug.html;title=Drug Education;");


}
with(milonic=new menuname("Referral")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155
aI("text=Client Referral;url=../Referral/referral.html;title=Client Referral;");
aI("text=Client Authority;url=../Referral/Authority.html;title=Client Authority;");
}

with(milonic=new menuname("Newsletters")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155
aI("text=Current;url=;title=Current;");
aI("text=Archive;url=;title=Archive;");


}

with(milonic=new menuname("Contact")){
style=menuStyle;
left=145;
top=offset=-29;
itemwidth=155
aI("text=SEA Contacts;url=../Contacts/Contacts.html;title=SEA Contacts;");
aI("text=Feedback;url=../Contacts/Feedback.html;title=Feedback;");
aI("text=Request Info;url=../Contacts/RequestInfo.html;title=Request Info;");
aI("text=Employment;url=../Contacts/Employment.html;title=Employment;");
aI("text=Useful Resources;url=../Contacts/Resources.html;title=Useful Resources;");

}


drawMenus();

