var NoOffFirstLineMenus=9;			// Number of first level items
var LowBgColor='#eadff4';			// Background color when mouse is not over
var LowSubBgColor='EBDBF9';			// Background color when mouse is not over on subs
var HighBgColor='#f0ebf8';			// Background color when mouse is over
var HighSubBgColor='#f0ebf8';			// Background color when mouse is over on subs
var FontLowColor='7c3ebb';			// Font color when mouse is not over
var FontSubLowColor='7c3ebb';			// Font color subs when mouse is not over
var FontHighColor='#7c3ebb';			// Font color when mouse is over
var FontSubHighColor='#7c3ebb';			// Font color subs when mouse is over
var BorderColor='#eadff4';			// Border color
var BorderSubColor='#ffffff';			// Border color for subs
var BorderWidth=0;				// Border width
var BorderWidthSub=2;				// Border width
var BorderBtwnElmnts=1;			// Border between elements 1 or 0
var FontFamily="arial,verdana,times"	// Font family menu items
var FontSize=10;				// 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=-.05;				// horizontal overlap child/ parent
var ChildVerticalOverlap=0.2;			// vertical overlap child/ parent
var StartTop=18;				// Menu offset x coordinate
var StartLeft=22;				// 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=5;				// 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='';			// Frame where first level appears
var SecLineFrame='';			// Frame where sub levels appear
var DocTargetFrame='';			// Frame where target documents appear
var TargetLoc='menu';				// span id for relative positioning
var HideTop=0;				// Hide first level when loading new document 1 or 0
var MenuWrap=0;				// 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 highlighted
var Arrws=['tri.gif',0,0,'tridown.gif',0,0,'trileft.gif',0,0];	// 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","images/buttons/buttonunder40.gif",0,40,128);

Menu2=new Array("The Haven","","images/buttons/buttonunder40.gif",6,40,129);
	Menu2_1=new Array("Our Philosophy","philosophy.html","",0,30,150);	
	Menu2_2=new Array("Location & Directions","location.html","",0);
	Menu2_3=new Array("Reception","reception.html","",0);
	Menu2_4=new Array("Access & Facilities","access_facilities.html","",0);
	Menu2_5=new Array("Cancellation Policy","cancellation.html","",0);
//	Menu2_6=new Array("Testimonials","","",0);
	Menu2_6=new Array("Links","links.html","",0);

Menu3=new Array("What We Offer","","images/buttons/buttonunder40.gif",3,40,15);
	Menu3_1=new Array("Therapies & Prices","therapies.html","",0,30,150);
	Menu3_2=new Array("Classes","","",2,30,128);
		Menu3_2_1=new Array("Baby Massage","baby_massage.html","",0,30,100);
		Menu3_2_2=new Array("Guided Visualisation ","therapies-visualisation.html","",0,50);
	Menu3_3=new Array("Gift Vouchers","gift_vouchers.html","",0,30,150);
	Menu3_4=new Array("Helios Homeoepathic Remedy Kits","","",0,50);

Menu4=new Array("Low Cost Healing Clinic","low_cost_clinic.html","images/buttons/buttonunder60.gif",0,60,128);

Menu5=new Array("Our Therapists","therapists.html","images/buttons/buttonunder40t.gif",0,40,128);
	
Menu6=new Array("Which Therapy?","","images/buttons/buttonunder40.gif",1);
	Menu6_1=new Array("Guidance Sessions","guidance_session.html","",0,30,150);

Menu7=new Array("Appointments","","images/buttons/buttonunder40.gif",2);
	Menu7_1=new Array("Making an Appointment","appointments.html","",0,30,160);
	Menu7_2=new Array("Cancellations","cancellation.html","",0,30,160);

Menu8=new Array("Information for Therapists","","images/buttons/buttonunder60b.gif",3,60,128);
	Menu8_1=new Array("Room Details","rooms.html","",0,30,160);
	Menu8_2=new Array("Terms & Conditions","terms_conditions.html","",0);
	Menu8_3=new Array("Reception & Support","reception_support.html","",0);

Menu9=new Array("Contact Us","contact.html","images/buttons/buttonunder40.gif",0,40,128);

Menu10=new Array("Special Offers","therapies-visualisation.html","images/buttons/buttonunder40.gif",0,40,128);
	