


_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


// main menu style
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="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=0, Strength=0)";
// outfilter="randomdissolve(duration=0.3)";
}

// Arts menu style
with(menuStyle0=new mm_style()){
onbgcolor="#fbcefc";
oncolor="#063368";
offbgcolor="#660066";
offcolor="#e3ffff";
bordercolor="#4a0d4b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4a0d4b";
separatorsize="1";
padding=7;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
// pagecolor="black";
// pagebgcolor="#82B6D7";
// headercolor="#000000";
// headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#660033', Direction=0, Strength=0)";
// outfilter="randomdissolve(duration=0.3)";
}

//Main sub-menu items
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");
}

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=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=../../primary/prim_elig.html;status=Primary;");
aI("text=Secondary School;url=../../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=../../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=../../primary/index.html;status=Primary School");
aI("text=Secondary School;url=../../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=../sec_contacts.html;status=Student Coordinators");
}

with(milonic=new menuname("subjects")){
style=menuStyle;
overflow="scroll";
aI("text=Secondary Arts;url=../arts/index.html;status=Secondary Arts");
aI("text=Secondary Maths;url=../maths/index.html;status=Secondary Maths");
aI("text=Society & Environment;url=../../../sande.html;status=Society & Environment");
}

// Arts sub-menu items
with(milonic=new menuname("art_room")){
style=menuStyle0;
overflow="scroll";
aI("text=Information;url=arts_info.html;status=Information");
aI("text=Permission to use work;url=arts_permissions.html;status=Permission to use work");
aI("text=Student visits;url=arts_visits.html;status=Student visits");
}

with(milonic=new menuname("years8910")){
style=menuStyle0;
overflow="scroll";
aI("text=Modules;url=arts_8-10mod.html;status=Modules");
}

with(milonic=new menuname("years1112")){
style=menuStyle0;
overflow="scroll";
aI("text=Art and Design;url=arts_design.html;status=Art and Design");
aI("text=Design Unit 1C;url=arts_designunit1c.html;status=Design Unit 1C");
aI("text=Guidelines;url=arts_guide.html;status=Guidelines");
aI("text=Visual Arts 2A;url=arts_visualarts2a.html;status=Visual Arts 2A");
}

with(milonic=new menuname("events")){
style=menuStyle0;
overflow="scroll";
aI("text=Camps;url=arts_camps.html;status=Camps");
aI("text=Exhibitions;showmenu=exhibitions");
aI("text=News;url=arts_news.html;status=News");
aI("text=Workshops;url=arts_workshops.html;status=Workshops");
}

with(milonic=new menuname("exhibitions")){
style=menuStyle0;
overflow="scroll";
aI("text=SIDE, YO, Perspectives;url=arts_exhib1.html;status=SIDE, YO, Perspectives");
}

drawMenus(); 

// Draw sub-menu items

// Main menu
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=50;
left=0;
alwaysvisible=1;
//followscroll="1";
orientation="horizontal";
aI("text=&nbsp;HOME&nbsp;;url=../../../index.html;status=HOME;");
aI("text=&nbsp;&nbsp;About&nbsp;&nbsp;;showmenu=about;");
aI("text=&nbsp;&nbsp;E-Learning &nbsp;&nbsp;;showmenu=elearning;");
aI("text=&nbsp;&nbsp;Enrolments &nbsp;;showmenu=enrol;");
aI("text=&nbsp;&nbsp;Resources &nbsp;&nbsp;;showmenu=resource;");
aI("text=&nbsp;&nbsp;Schools &nbsp;&nbsp;;showmenu=schools;");
//aI("text=&nbsp;&nbsp;Student Services &nbsp;&nbsp;;showmenu=services;");
aI("text=&nbsp;&nbsp;Site Map;url=../../../site_map.html;status=Site Map;");
}

drawMenus();

// Arts menu
with(milonic=new menuname("Main Menu1")){
style=menuStyle0;
top=74;
left=0;
alwaysvisible=1;
// followscroll="1";
orientation="vertical";
aI("text=Art Room;showmenu=art_room;");
aI("text=Years 8,9,10;showmenu=years8910;");
aI("text=Years 11,12;showmenu=years1112;");
aI("text=Starter Packs 2009;url=arts_starterpacks.html;status=Starter Packs 2009;");
aI("text=Work Completion Calendars 2009;url=arts_calendars.html;status=Work Completion Calendars 2009;");
aI("text=Art Links;url=arts_links.html;status=Art Links;");
aI("text=Events&nbsp;showmenu=events;");
aI("text=SIDE e-xhibitions;url=exhibitions/index.html;status=Exhibitions;");
aI("text=Contact your Teacher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=arts_contacts.html;status=Contact your Teacher;");
aI("text=Feedback;url=arts_feedback_form.html;status=Feedback;");
aI("text=Secondary Home;url=../index.html;status=Secondary Home;");
}

drawMenus();