	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#3e5da6';			// Background color when mouse is not over
	var LowSubBgColor='#3e5da6';			// Background color when mouse is not over on subs
	var HighBgColor='#dcd8d1';			// Background color when mouse is over
	var HighSubBgColor='#dcd8d1';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#3e5da6';			// Font color when mouse is over
	var FontSubHighColor='#3e5da6';			// Font color subs when mouse is over
	var BorderColor='#dcd8d1';			// Border color
	var BorderSubColor='#dcd8d1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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='center';			// 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=149;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=-3;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown1.gif',10,5,'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 & Info","index.html","",5,20,99);
	Menu1_1=new Array("About Us","About.html","",0,20,160);
	Menu1_2=new Array("Testimonials","Testim.html","",0);
	Menu1_3=new Array("Media","Media.html","",0);
	Menu1_4=new Array("Careers","Careers.html","",0);
	Menu1_5=new Array("Contact","Contact.html","",0);

Menu2=new Array("Courses","Courses.html","",0);
	
Menu3=new Array("Timetable","","",13);
	Menu3_1=new Array("CPR","CPR_SydneyCBD.html","",0,20,220);
 	Menu3_2=new Array("Apply First Aid","SFA_SydneyCBD.html","",0);
 	Menu3_3=new Array("Defibrillation","Defibrillation_SydneyCBD.html","",0);
 	Menu3_4=new Array("Oxygen Administration","Oxygen_SydneyCBD.html","",0);
 	Menu3_5=new Array("Advanced First Aid","Advanced_Aid_SydneyCBD.html","",0);
 	Menu3_6=new Array("Apply Advanced Resuscitation","Resuscitation_SydneyCBD.html","",0);
	Menu3_7=new Array("Construction Induction","Construction_SydneyCBD.html","",0);
	Menu3_8=new Array("Responsible Service of Alcohol","RSA_SydneyCBD.html","",0);
	Menu3_9=new Array("Responsible Gambling Service","RGS_SydneyCBD.html","",0);
	Menu3_10=new Array("Security Risk Management Cert IV","Security_CerIV_SydneyCBD.html","",0);
	Menu3_11=new Array("Boat Safety","Boat_Rosebay.html","",0);
	Menu3_12=new Array("Sports Trainer","Sports_Trainer_SydneyCBD.html","",0);
	Menu3_13=new Array("Surf Safety Training","SST_Bronte.html","",0);

Menu4=new Array("Student Info","","",7);
	Menu4_1=new Array("Course Info","","",6,20,160);
			Menu4_1_1=new Array("About Us","About.html","",0,20,160);
			Menu4_1_2=new Array("Training Locations","Locations.html","",0);
			Menu4_1_3=new Array("Online Courses","Online.html","",0);
			Menu4_1_4=new Array("Study at Home/Work","Study.html","",0);
			Menu4_1_5=new Array("Assessment Process","Assessment.html","",0);
			Menu4_1_6=new Array("Participant Feedback","Participant_Feedback.html","",0);
	Menu4_2=new Array("Access and Equity","Access.html","",0);
	Menu4_3=new Array("Policies and Procedures","","",5);
			Menu4_3_1=new Array("Complaint Procedure","Terms.html","",0,20,190);
			Menu4_3_2=new Array("Appeal Resolution Procedure","Dispute.html","",0);
			Menu4_3_3=new Array("Refund Policy","Refund.html","",0);
	 		Menu4_3_4=new Array("Waiver and Indemnity","Waiver.html","",0);
   			Menu4_3_5=new Array("Privacy","Privacy.html","",0);
	Menu4_4=new Array("Governing Bodies","Governing.html","",0);
	Menu4_5=new Array("Legislation","Legislation.html","",0);
	Menu4_6=new Array("Prior Learning","RPL.html","",0);
	Menu4_7=new Array("RTO Qualifications","Recog_RT0.html","",0);

Menu5=new Array("Enrolment","","",4);
	Menu5_1=new Array("Public Courses","Enrolment.html","",0,20,160);
	Menu5_2=new Array("Group Booking","Corp_Booking.html","",0);
	Menu5_3=new Array("Surf Safety Booking","Booking.html","",0);
	Menu5_4=new Array("First Aid Officer Booking","Aid_Booking.html","",0);

Menu6=new Array("Services","","",4);
	Menu6_1=new Array("Event Management","Events.html","",0,20,160);
	Menu6_2=new Array("First Aid Officers","Aiders.html","",0);
	Menu6_3=new Array("Water Safety/Lifeguards","Lifeguards.html","",0);
	Menu6_4=new Array("Services Quote","Services_Quote.html","",0);

Menu7=new Array("Products","","",2);
	Menu7_1=new Array("Catalogue","Catalogue.html","",0,20,150);
	Menu7_2=new Array("Order Form","Order.html","",0);

Menu8=new Array("Affiliations","Affiliates.html","",0);