/***********************************************************************************
*	(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=11;			
	var LowBgColor='999999';			// Background color when mouse is not over
	var LowSubBgColor='999999';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.1;				
	var ChildVerticalOverlap=.1;			
	var StartTop=10;				
	var StartLeft=3;				
	var VerCorrect=2;				
	var HorCorrect=2;				
	var LeftPaddng=2;				
	var TopPaddng=5;				
	var FirstLineHorizontal=0;			
	var MenuFramesVertical=1;			
	var DissapearDelay=500;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='MenuPos';				
	var HideTop=1;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	
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 PAGE","index.html","",0,40,110);

Menu2=new Array("COURSES","courses.html","",4,40,110);
	Menu2_1=new Array("1. Anatomy","courses1.html","",3,30,140);
		Menu2_1_1=new Array("Overview","courses1.html","",0,30,140);
		Menu2_1_2=new Array("Module by Module","courses1a.html","",0,30,140);
		Menu2_1_3=new Array("DVD Preview","dvdpreview.html","",0,30,140);
	Menu2_2=new Array("2. Interpersonal skills","courses2.html","",3,30,140);
		Menu2_2_1=new Array("Overview","courses2.html","",0,30,140);
		Menu2_2_2=new Array("Module by Module","courses2a.html","",0,30,140);
		Menu2_2_3=new Array("DVD Preview","dvdpreview2.html","",0,30,140);
	Menu2_3=new Array("3. Massage Therapy","massage.html","",0,30,140);
	Menu2_4=new Array("4. Holistic Pulsing","pulse.html","",0,30,140);

Menu3=new Array("AUDIO OPTIONS","audio.html","",0,40,110);

Menu4=new Array(" HOME STUDY <br> BY DVD","dvd.html","",2,40,110);
	Menu4_1=new Array("1. Massage Therapy","massage_dvd.html","",0,40,130);
	Menu4_2=new Array("2. Exercise DVD","exercise_dvd.html","",0,40,130);

Menu5=new Array("FEES","fees.html","",0,40,110);

Menu6=new Array("ASSESSMENT","assessment.html","",0,40,110);

Menu7=new Array("F.A.Q's","faq.html","",0,40,110);

Menu8=new Array("NZQA","nzqa.html","",0,40,110);

Menu9=new Array("CONTACT","contact.html","",0,40,110);

Menu10=new Array("REGISTRATION","reg.html","",0,40,110);

Menu11=new Array("LINKS","links.html","",0,40,110);

























 
