/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#2473D2';			// Background color when mouse is not over
	var LowSubBgColor='#2473D2';			// Background color when mouse is not over on subs
	var HighBgColor='#85B4FF';			// Background color when mouse is over
	var HighSubBgColor='#85B4FF';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=68;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// 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/triright.gif',5,9,'images/tridown.gif',9,5,'images/trileft.gif',5,9];	// 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("General Info","#","",8,20,107);
	Menu1_1=new Array("Principal's Welcome","general_information/general_info.asp","",0,20,190);
	Menu1_2=new Array("Our Priorities","general_information/priorities.asp","",0,20,190);
	Menu1_3=new Array("Uniform", "general_information/uniform.asp","",0);
	Menu1_4=new Array("Technology", "general_information/technology.asp","",0);
	Menu1_5=new Array("Term Dates","general_information/term_dates.asp","",0);
	Menu1_6=new Array("Excellent School","general_information/excellent_school.asp","",0);
	Menu1_7=new Array("P&C","http://www.riverside-parentsandcitizens.org","",0);
	Menu1_8=new Array("Buses","general_information/buses.asp","",0);


Menu2=new Array("Latest Info","#","",4,20,107);
	Menu2_1=new Array("News and Events","latest_info/news_events.asp","",0,20,130);
	Menu2_2=new Array("Band News","latest_info/achievements.asp","",0);
	Menu2_3=new Array("Important Dates","latest_info/important_dates.asp","",0);
	Menu2_4=new Array("RGHS Currents","latest_info/currents.asp","",0);



Menu3=new Array("School Issues","#","",1,20,107);
	Menu3_1=new Array("Student Welfare","http://www.riversideghs.nsw.edu.au/school_issues/student_welfare.asp","",0,20,133);	



Menu4=new Array("School Handbook","#","",7,20,127);
	Menu4_1=new Array("Curriculum","school_handbook/curriculum/curriculum.asp","",3,20,140);
		Menu4_1_1=new Array("Junior Years","school_handbook/curriculum/junior.asp","",0,20,160);
		Menu4_1_2=new Array("Senior Years","school_handbook/curriculum/senior.asp","",0);
		Menu4_1_3=new Array("Gifted and Talented","school_handbook/curriculum/gifted_talented.asp","",0);

	Menu4_2=new Array("Faculties","school_handbook/faculties/faculties.asp","",10);
		Menu4_2_1=new Array("English","school_handbook/faculties/english/english.asp","",0,20,140);
		Menu4_2_2=new Array("Maths","school_handbook/faculties/maths/maths.asp","",0);
		Menu4_2_3=new Array("Science","school_handbook/faculties/science/science.asp","",0);
		Menu4_2_4=new Array("TAS","school_handbook/faculties/tas/tas.asp","",0);
		Menu4_2_5=new Array("History","school_handbook/faculties/history/history.asp","",0);
		Menu4_2_6=new Array("P.D.H.P.E","school_handbook/faculties/pdhpe/pdhpe.asp","",0);
		Menu4_2_7=new Array("Visual Arts","school_handbook/faculties/visual_arts/visual_arts.asp","",0);
		Menu4_2_8=new Array("Social Sciences","school_handbook/faculties/social_sciences/social_science.asp","",0);
		Menu4_2_9=new Array("L.O.T.E","school_handbook/faculties/lote/lote.asp","",0);
		Menu4_2_10=new Array("Music","school_handbook/faculties/music/music.asp","",0);

	Menu4_3=new Array("Sport","school_handbook/sport.asp","",0);
	Menu4_4=new Array("Enrolments","school_handbook/enrolment.asp","",0);
	Menu4_5=new Array("Policies","school_handbook/policies.asp","",0);
	Menu4_6=new Array("Proformas","school_handbook/proformas.asp","",0);
	Menu4_7=new Array("Text Lists","school_handbook/textlists.asp","",0);


Menu5=new Array("Students","#","",3,20,107);
	Menu5_1=new Array("Student Bodies","students/src.asp","",0,20,110);
	Menu5_2=new Array("Ex-Students","students/ex-students.asp","",0);
	Menu5_3=new Array("Careers","students/careers.asp","",0);



Menu6=new Array("Other","#","",3,20,100);
	Menu6_1=new Array("School Links","other/school_links.asp","",0,20,155);
	Menu6_2=new Array("Riverside Markets", "other/riversidemarkets.asp","",0);
	Menu6_3=new Array("RIEP", "other/riep.asp","",0);


Menu7=new Array("Contact Us","#","",6,20,107);
	Menu7_1=new Array("Contact Details","contact_us/contact.asp","",0,20,155);
	Menu7_2=new Array("Enrolment Officer","mailto:rghprin@optushome.com.au","",0);
	Menu7_3=new Array("Principal","mailto:rghprin@optushome.com.au","",0);
	Menu7_4=new Array("Deputy Principal ","mailto:riversideg-h.school@det.nsw.edu.au","",0);
	Menu7_5=new Array("Computer Coordinator","mailto:compcord@riversideghs.nsw.edu.au","",0);
	Menu7_6=new Array("Web Coordinator","mailto:webrghs@riversideghs.nsw.edu.au","",0);
