


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=480            // 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="#DCE9F0";
offcolor="#0000A0";
bordercolor="#296488";
borderstyle="Solid";
borderwidth=1;
separatorcolor="#0000A0";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#4040FF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="white_arrow.gif";
subimagepadding="1";
overfilter="fade(duration=0.2);Alpha(opacity=90);Shadow(color='#404040', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.4)";
}

ArticlemenuStyle=new copyOf(menuStyle)
ArticlemenuStyle.subimage = "arrow.gif";

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=home.htm;status=Back To Home Page;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=About;url=about.htm;showmenu=About;status=About NACOA;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Helpline;showmenu=Helpline;url=helpline.htm;status=Helpline Policy;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Advice;showmenu=Advice;url=advice.htm;status=Advice;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Information;url=info.htm;showmenu=Info;status=Information;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Support;url=support.htm;showmenu=Support;status=Support;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Volunteering;url=volunteering.htm;showmenu=Volunteering;status=Join our team as a Volunteer;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Research;url=research.htm;status=Research Documents;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Contact;url=contact.htm;status=How to Contact NACOA;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
aI("text=Donate;url=give.htm;status=Make a donation to NACOA;oncolor=Red;offcolor=#FFCD34;offbgcolor=#0000A0;");
aI("text=Links;url=links.htm;showmenu=Links;status=Helpful Links;oncolor=white;offcolor=white;offbgcolor=#0000A0;");
}

with(milonic=new menuname("About")){
style=ArticlemenuStyle;
overflow="scroll";
// aI("text=Facts & Figures;url=facts.htm;");
aI("text=Events;url=events.htm;status=Announcements & Recent Events;");
aI("text=NACOA News;url=news.htm;showmenu=News_Articles");
aI("text=Membership;url=member.htm;status=Become a member of NACOA;showmenu=MemberForm;");
// aI("text=Guest Book;url=http://pub50.bravenet.com/guestbook/show.php?usernum=4234134419&cpv=1;target=blank;status=Sign Our Guest Book;");
}

with(milonic=new menuname("Helpline")){
style=menuStyle;
overflow="scroll";
// aI("text=Helpline Info;url=helplineinfo.htm;status=How the Helpline works;");
aI("text=Personal Experiences;url=stories.htm;status=A collection of Personal Experiences of growing up with an alcoholic parent.");
aI("text=Helpline Evaluation 2008;url=pdf/NACOA_Evaluation_2008.pdf;target=blank");
}

with(milonic=new menuname("Advice")){
style=menuStyle;
aI("text=Letter to Children;url=kidskit.htm;");
aI("text=Questions & Answers;url=faq.htm;status=Your Questions Answered;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=Alcoholism & Addiction;url=addict.htm;");
aI("text=Alcoholism & the Family;url=family.htm;");
aI("text=Codependency;url=codepend.htm;");
aI("text=Publications;url=publist.htm;status=Publications List");
aI("text=Books;url=books.htm;status=Book List");
aI("text=Childrens Reading;url=coaread.htm;status=Childrens Reading");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=General Information;url=gen_info.htm;status=General Information for Professionals");
aI("text=Teachers;url=teacher.htm;");
aI("text=Social Workers;url=social.htm;");
aI("text=Nursing Staff;url=nurse.htm;");
aI("text=Medical Practitioners;url=doctor.htm;");
// aI("text=Other Agencies;url=agencies.htm;");
}

with(milonic=new menuname("Volunteering")){
style=ArticlemenuStyle;
// style=menuStyle;
overflow="scroll";
aI("text=Training Programme;url=training.htm;status=Volunteer Training Programme.");
// aI("text=Listening Skills;url=listen.htm;status=Do You Have The Listening Skills To Be A Volunteer Counsellor.");
aI("text=Application Form;url=vol_app_form.htm;status=volunteer Application Form.");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Site Map;url=sitemap.htm");
}

with(milonic=new menuname("News_Articles")){
style=ArticlemenuStyle;
_subOffsetTop=-1;
_subOffsetLeft=-4;
aI("text=Article Index;url=news_articles.htm;status=Index of articles in NACOA News");
}

with(milonic=new menuname("MemberForm")){
style=ArticlemenuStyle;
_subOffsetTop=-1;
_subOffsetLeft=-4;
aI("text=Membership Form;url=pdf/How_u_can_help_Dec_2006.pdf;target=blank;status=Download and print the Membership Form;");
aI("text=Standing Order Form;url=pdf/Standing_order_form_2004.pdf;target=blank;status=Download and print the Standing Order Form;");
aI("text=Gift Aid Declaration Form;url=pdf/Gift_Aid_declaration_form.pdf;target=blank;status=Download and print the Gift Aid Declaration Form;");
}


drawMenus();

