


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#0073c6";
oncolor="#e3ffff";
offbgcolor="#063368";
offcolor="#e3ffff";
bordercolor="#cedada";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cedada";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="gfx/arrow_dn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=0, Strength=0)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=50;
left=0;
alwaysvisible=1;
//followscroll="1";
orientation="horizontal";
aI("text=HOME;url=index.html;status=HOME;");
aI("text=About;showmenu=about;");
aI("text=E-Learning;showmenu=elearning;");
aI("text=Enrolments;showmenu=enrol;");
aI("text=Resources;showmenu=resource;");
aI("text=Schools;showmenu=schools;");
//aI("text=&nbsp;&nbsp;Student Services &nbsp;&nbsp;;showmenu=services;");
aI("text=&nbsp;Site Map;url=site_map.html;status=Site Map;");
}

with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=SIDE Overview;url=side_overview.html;status=SIDE Overview");
aI("text=SIDE Story;url=side_story.html;status=SIDE Story");
aI("text=SIDE Team;url=side_team.html;status=SIDE Team");
aI("text=Contacts;url=side_contacts.html;status=Contacts");
}

with(milonic=new menuname("elearning")){
style=menuStyle;
aI("text=Centra;url=centra.html;status=Centra");
aI("text=Flash Global Settings;url=flash_settings.html;status=Flash Global Settings");
aI("text=Janison LMS Login;url=http://www.side.wa.edu.au/toolbox/desktop/default.asp;target=_blank;status=Janison LMS  Login");
aI("text=Moodle LMS Login;url=http://otl.side.wa.edu.au/moodle/login/index.php;target=_blank;status=Moodle LMS  Login");
aI("text=IFEX Transfer Big Files;url=big_files.html;status=IFEX Transfer Big Files");
aI("text=Quick Help Sheets;url=quickhelp.html;status=Quick Help Sheets");
aI("text=Safety Online;url=side_safety_online.html;status=Safety Online");
aI("text=SatWeb Program;url=satweb.html;status=SatWeb Program");
}

with(milonic=new menuname("enrol")){
style=menuStyle;
aI("text=Primary School;url=schools/primary/prim_elig.html;status=Primary");
aI("text=Secondary School;url=schools/secondary/sec_enrol.html;status=Secondary");
aI("text=Referral Program;showmenu=ref;");
}

with(milonic=new menuname("ref")){
style=menuStyle;
aI("text=For students with special circumstances;url=schools/secondary/sec_enrol_referral.html;status=For students with special circumstances’?");
}

with(milonic=new menuname("resource")){
style=menuStyle;
aI("text=Library Catalogue;url=http://www.side.wa.edu.au/webquery.dll?v1=pbMM;status=Library Catalogue");
aI("text=Resource Centre;url=resource_centre/index.html;status=Resource Centre");
aI("text=Subjects (Learning Areas);url=subjects.html;status=Subjects (Learning Areas)");
aI("text=Student Work;url=student_work.html;status=Student Work");
}

with(milonic=new menuname("schools")){
style=menuStyle;
aI("text=Primary School;url=schools/primary/index.html;status=Primary School");
aI("text=Secondary School;url=schools/secondary/index.html;status=Secondary School New");
aI("text=Schools of the Air (SOTA);url=sota.html;status=Schools of the Air (SOTA)");
}

with(milonic=new menuname("services")){
style=menuStyle;
overflow="scroll";
aI("text=General Enrolment Information;url=student_services.html;status=General Enrolment Information");
aI("text=Referral Program;url=student_services.html;status=Referral Program");
aI("text=Student Coordinators;url=schools/secondary/sec_contacts.html;status=Student Coordinators");
}

with(milonic=new menuname("subjects")){
style=menuStyle;
overflow="scroll";
aI("text=Secondary Arts;url=schools/secondary/arts/index.html;status=Secondary Ars");
aI("text=Secondary Maths;url=schools/secondary/maths/index.html;status=Secondary Maths");
aI("text=Society & Environment;url=sande.html;status=Society & Environment");
}

drawMenus();

