/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#5195C7';			// Background color when mouse is not over
	var LowSubBgColor='#5195C7';			// Background color when mouse is not over on subs
	var HighBgColor='#AFCFE7';			// Background color when mouse is over
	var HighSubBgColor='#AFCFE7';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#003366';			// Font color when mouse is over
	var FontSubHighColor='#003366';			// Font color subs when mouse is over
	var BorderColor='#0167B2';			// Border color
	var BorderSubColor='#0167B2';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, verdana, sans serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=206;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=20;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.html","",0,20,207);

Menu2=new Array("About Us","about_us.html","",12);
	Menu2_1=new Array("Staff","staff.html","",0,20,280);
	Menu2_2=new Array("Ethos, Beliefs & Philosophy","ethos.html","",0);	
	Menu2_3=new Array("Curriculum Framework","curriculum.html","",3);
		Menu2_3_1=new Array("Values Education","values.html","",0,20,150);
		Menu2_3_2=new Array("Aboriginal Education","aboriginal.html","",0);
		Menu2_3_3=new Array("Learning Areas","learning.html","",0);
	Menu2_4=new Array("School Song","song.html","",0);	
	Menu2_5=new Array("Policies","","",6);	
		Menu2_5_1=new Array("Homework","homework.html","",0,20,150);
		Menu2_5_2=new Array("Behaviour Management","behaviour.html","",0);
		Menu2_5_3=new Array("Student Care & Support","studentcare.html","",0, 35);
		Menu2_5_4=new Array("Reporting","reporting.html","",0);
		Menu2_5_5=new Array("Infectious Disease","disease.html","",0);
		Menu2_5_6=new Array("Medication","medication.html","",0);
	Menu2_6=new Array("Uniform","uniform.html","",0);	
	Menu2_7=new Array("Canteen","canteen.html","",0);	
	Menu2_8=new Array("Annual Report","annrpt.html","",0);	
	Menu2_9=new Array("P & C","pandc.html","",0);	
	Menu2_10=new Array("Sponsor","sponsor.html","",0);	
	Menu2_11=new Array("Currambine Joondalup Art and Craft Show","artcraft.html","",0);	
	Menu2_12=new Array("Our Brag Board","bragboard.html","",0);	

Menu3=new Array("Term Planner","termplanner.html","",0);

Menu4=new Array("Contact","contact.html","",0);

Menu5=new Array("Class Pages","class_overview.html","",4);
	Menu5_1=new Array("Team 1","team1_overview.html","",3,20,150);
		Menu5_1_1=new Array("Activities","team1_act.html","",0,20,150);
		Menu5_1_2=new Array("Fun Stuff","team1_fun.html","",0);
		Menu5_1_3=new Array("More Cool Things","team1_cool.html","",0);
	Menu5_2=new Array("Team 2","team2_overview.html","",3);	
		Menu5_2_1=new Array("Activities","team2_act.html","",0,20,150);
		Menu5_2_2=new Array("Fun Stuff","team2_fun.html","",0);
		Menu5_2_3=new Array("More Cool Things","team2_cool.html","",0);
	Menu5_3=new Array("Teams 3 & 4","team4_overview.html","",16);	
		Menu5_3_1=new Array("32","32.html","",0,20,150);
		Menu5_3_2=new Array("33","33.html","",0);
		Menu5_3_3=new Array("34","34.html","",0);
		Menu5_3_4=new Array("35","35.html","",0);
		Menu5_3_5=new Array("36","36.html","",0);
		Menu5_3_6=new Array("37","37.html","",0);
		Menu5_3_7=new Array("38","38.html","",0);
		Menu5_3_8=new Array("39","39.html","",0);
		Menu5_3_9=new Array("41","41.html","",0);
		Menu5_3_10=new Array("42","42.html","",0);
		Menu5_3_11=new Array("43","43.html","",0);
		Menu5_3_12=new Array("44","44.html","",0);
		Menu5_3_13=new Array("45","45.html","",0);
		Menu5_3_14=new Array("46","46.html","",0);
		Menu5_3_15=new Array("47","47.html","",0);
		Menu5_3_16=new Array("48","48.html","",0);
	Menu5_4=new Array("Specialist Areas","specareas_overview.html","",4);
		Menu5_4_1=new Array("LOTE","specareas_lote.html","",0,20,150);
		Menu5_4_2=new Array("Music","specareas_music.html","",0);
		Menu5_4_3=new Array("Physical Education","specareas_physed.html","",0);
		Menu5_4_4=new Array("Library","specareas_library.html","",0);
		
Menu6=new Array("Groups","groups.html","",4);
	Menu6_1=new Array("Cockatoo Club Programs","cockatooclub.html","",2,20,150);
		Menu6_1_1=new Array("Waste Wise","wastewise.html","",0,20,150);
		Menu6_1_2=new Array("Frog & Lizard Habitat","frog_lizard.html","",0);
	Menu6_2=new Array("Ambassadors","ambassadors.html","",0);
	Menu6_3=new Array("Student Council","stucouncil.html","",0);	
	Menu6_4=new Array("Spine Tinglers","caps.html","",0);	
	
Menu7=new Array("Resources","resources.html","",0);

Menu8=new Array("Photos","","",5);
	Menu8_1=new Array("Assemblies","assemblies.html","",0,20,150);
	Menu8_2=new Array("Incursions","incursions.html","",0);
	Menu8_3=new Array("Excursions","excursions.html","",0);
	Menu8_4=new Array("Special Days","specialdays.html","",0);
	Menu8_5=new Array("Themes","themes.html","",0);
	
Menu9=new Array("FAQ","faq.html","",0);