


_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)";
}

// LS menu style
with(menuStyle0=new mm_style()){
onbgcolor="#e8d9ba";
oncolor="#0073c6";
offbgcolor="#FEF7D6";
offcolor="#063368";
bordercolor="#e8d9ba";
borderstyle="solid";
borderwidth=0;
separatorcolor="#e8d9ba";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
// pagecolor="black";
// pagebgcolor="#82B6D7";
// headercolor="#000000";
// headerbgcolor="#ffffff";
align="left";
subimage="../../../gfx/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#e8d9ba', 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=index.html;status=Secondary Arts");
aI("text=Secondary Maths;url=index.html;status=Secondary Maths");
aI("text=Society & Environment;url=../../../sande.html;status=Society & Environment");
}

//LS sub-menu items
with(milonic=new menuname("support")){
style=menuStyle0;
overflow="scroll";
aI("text=Maths Processes;url=ls_maths.html;status=Maths Processes;");
aI("text=Writing Frameworks;url=ls_write_frame.html;status=Writing Frameworks");
}

with(milonic=new menuname("years8-10")){
style=menuStyle0;
overflow="scroll";
aI("text=Introduction;url=ls_8-10intro.html;status=Introduction");
aI("text=Courses Offered;url=ls_8-10courses.html;status=Courses Offered");
}

with(milonic=new menuname("years11-12")){
style=menuStyle0;
overflow="scroll";
aI("text=Courses Offered;url=ls_11-12courses.html;status=Courses Offered");
}


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();

// LS menu
with(milonic=new menuname("Main Menu1")){
style=menuStyle0;
top=74;
left=0;
alwaysvisible=1;
// followscroll="1";
orientation="vertical";

aI("text=Information;url=ls_info.html;status=Information;");
aI("text=Years 8-10;showmenu=years8-10;");
aI("text=Years 11-12;showmenu=Years11-12;");
aI("text=Support;showmenu=support;");
aI("text=Reward Program;url=ls_reward.html;status=Reward Program");
aI("text=Links;url=ls_links.html;status=Links;");
aI("text=Frequently Asked Questions;url=ls_faq.html;status=Frequently Asked Questions;");
aI("text=Contact your Teacher;url=ls_contacts.html;status=Contact your Teacher;");
aI("text=Feedback;url=ls_feedback.html;status=Feedback");
aI("text=Secondary Home&nbsp;;url=../index.html;status=Secondary Home;");
}

drawMenus();