_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="#FFFFCC";
oncolor="black";
offbgcolor="#C4D2F0";
offcolor="#000000";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=5;
fontsize="130%";
fontstyle="bolder";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("our")){
style=menuStyle;
left=130;
top=offset=-27;
itemwidth=155
aI("text=Advocacy;url=../ourservices/advocacy.html;");
aI("text=Aboriginal Health;url=../ourservices/aboriginal.html;");
aI("text=Consumer Representation;url=../ourservices/consumer.html;");
aI("text=Policy;url=../ourservices/policy.html;");


}

with(milonic=new menuname("preparingApplications2")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=What can be appealed?;url=../preparingApplications/whatCanBeAppealed.html;");
aI("text=How to prepare and present my Application for Review to ADRC;url=../preparingApplications/howToPrepare.html;");
aI("text=What is meant by evidence?;url=../preparingApplications/whatIsMeant.html;");
aI("text=What is sufficient evidence?;url=../preparingApplications/whatIsSufficient.html;");
aI("text=What to do when preparing your evidence;url=../preparingApplications/whatToDo.html;");

}

with(milonic=new menuname("applicationsForms")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=Welcome to IPSU WA;url=../index.htm;");
aI("text=News;url=../index.htm;");

}

with(milonic=new menuname("reviewProcess")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=ADRC Priority Rating;url=../reviewProcess/ADRCPriorityRating.html;");
aI("text=ADRC Review Process;url=../reviewProcess/ADRCReviewProcess.html;");
aI("text=NCAC Policy Rules;url=../reviewProcess/NCACPolicyRules.html;");
aI("text=ADRC Report with recommendations;url=../reviewProcess/ADRCReport.html;");


}
with(milonic=new menuname("resources")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=Review Matters;url=../resources/reviewMatters.html;");
aI("text=Forms;url=../resources/forms.html;");


}
with(milonic=new menuname("reports")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=Reports;url=../reports/reports.html;");
aI("text=Annual Reports;url=../reports/annualReports.html;");
aI("text=Conference Papers;url=../reports/conferencePapers.html;");

}

with(milonic=new menuname("training")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=Accredited Training;url=../training/training.html;");
aI("text=Professional Development;url=../training/training.html;");


}

with(milonic=new menuname("links")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=Indigenous Professional Support Units;url=../links/links.html;");
aI("text=Professional Support Coordinator (PSC);url=../links/links.html;");
aI("text=Inclusion Support Agencies;url=../links/links.html;");
aI("text=Indigenous Organisations;url=../links/links.html;");
aI("text=Parenting Organisations;url=../links/links.html;");
aI("text=Early Childhood Organisations;url=../links/links.html;");
aI("text=Government Departments;url=../links/links.html;");
aI("text=Health Organisations;url=../links/links.html;");
aI("text=Child Development;url=../links/links.html;");
aI("text=Child Safety & Protection;url=../links/links.html;");
aI("text=Training;url=../links/links.html;");

}

with(milonic=new menuname("Downloads")){
style=menuStyle;
left=145;
top=offset=-20;
itemwidth=155
aI("text=Medical Eyesight Form;url=medicaleyesight.htm;");
aI("text=Letter of Consent Form;url=letterofconsent.htm;");
aI("text=RST Course Information Letter;url=rsttheoryletter.htm;");
aI("text=RST Venue Map;url=rstvenuemap.htm;");
}


drawMenus();
