	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#69BFCC';			// Background color when mouse is not over
	var LowSubBgColor='#994E7E';			// Background color when mouse is not over on subs
	var HighBgColor='#994E7E';			// Background color when mouse is over
	var HighSubBgColor='#994E7E';			// Background color when mouse is over on subs
	var FontLowColor='#994E7E';			// Font color when mouse is not over
	var FontSubLowColor='#CD9EBC';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';		// Font color subs when mouse is over
	var BorderColor='#69BFCC';			// Border color
	var BorderSubColor='#69BFCC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Trebuchet MS, Tahoma, Arial, Helvetica"	// 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='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.60;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.95;			// vertical overlap child/ parent
	var StartTop=0;				// 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=20;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=0;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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='';			// Frame where sub levels appear
	var DocTargetFrame='space';		// Frame where target documents appear
	var TargetLoc='MenuPos';		// 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,'tridown.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 Page","index.html","",0,22,142);

Menu2=new Array("About Amanda","practitioner.htm","",0,22,142);

Menu3=new Array("Locations","locations.htm","",3,22,142);
Menu3_1=new Array("Mayfair W1","practice1.htm","",0,22,170);
Menu3_2=new Array("Primrose Hill NW1","practice3.htm","",0,22,170);
Menu3_3=new Array("St Johns Wood NW8","practice2.htm","",0,22,170);

Menu4=new Array("Contact","mailto:healing@amandajcox.com?subject=Web Enquiry","",0,22,142);

Menu5=new Array("Acupuncture","","",3,22,142);
Menu5_1=new Array("About Acupuncture","acupuncture.htm","",0,22,170);
Menu5_2=new Array("Facial Acupuncture","revitalisation.htm","",0,22,170);
Menu5_3=new Array("Auricular Acupuncture","auricular.htm","",0,22,170);

Menu6=new Array("Other Treatments","","",4,22,142);
Menu6_1=new Array("Herbal Medicine","herbal.htm","",0,22,170);
Menu6_2=new Array("Tuina Massage","tuina.htm","",0,22,170);
Menu6_3=new Array("Cupping","cupping.htm","",0,22,170);
Menu6_4=new Array("Moxabustion","moxabustion.htm","",0,22,170);

Menu7=new Array("Conditions","conditions.htm","",14,22,142);
Menu7_1=new Array("Female Fertility","fertility.htm","",2,22,170);
Menu7_1_1=new Array("With IVF & IUI","fertilitywt.htm","",0,22,170);
Menu7_1_2=new Array("Baby Gallery","babies.htm","",0,22,150);
Menu7_2=new Array("Male Infertility","maleinfertility.htm","",0,22,170);
Menu7_3=new Array("Pregnancy","pregnancy.htm","",0,22,170);
Menu7_4=new Array("Miscarriage","miscarriage.htm","",0,22,170);
Menu7_5=new Array("Menstrual Problems","menstrual.htm","",0,22,170);
Menu7_6=new Array("Allergies/Hay Fever","allergies.htm","",0,22,170);
Menu7_7=new Array("Headache/Migraine","headaches.htm","",0,22,170);
Menu7_8=new Array("Menopause","menopause.htm","",0,22,170);
Menu7_9=new Array("Insomnia","insomnia.htm","",0,22,170);
Menu7_10=new Array("Premenstual Syndrome","pms.htm","",0,22,170);
Menu7_11=new Array("Stress/Anxiety","stress.htm","",0,22,170);
Menu7_12=new Array("Seasonal Advice","christmas.htm","",0,22,170);
Menu7_13=new Array("Back Pain/Sciatica","backpain.htm","",0,22,170);
Menu7_14=new Array("Gastro-Intestinal","gastro.htm","",0,22,170);

Menu8=new Array("Testimonials","patients.htm","",0,22,142);

Menu9=new Array("Press Cuttings","articles.htm","",0,22,142);

Menu10=new Array("Five Elements","elements.htm","",0,22,142);

Menu11=new Array("Links","links.htm","",0,22,142);
