// Menu Configuration file for Perinate.org
// Last Updated 19/08/03 

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#BCDEB2';			// Background color when mouse is not over
	var LowSubBgColor='#E5F4E0';			// Background color when mouse is not over on subs
	var HighBgColor='#BCDEB2';			// Background color when mouse is over
	var HighSubBgColor='#BCDEB2';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,verdana,helvetica"	// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=-5;				// 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=0;			// 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=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=1;				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed
	var Arrws=['/images/tri.gif',6,10,'/images/tridown.gif',10,6,'/images/trileft.gif',10,6];	// 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.htm","",4,20,80);
	Menu1_1=new Array("About the notes","/about_notes.htm","",0,20,160);
	Menu1_2=new Array("Results of the Field Trial","/fieldtrial/fieldtrialresults.htm","");
	Menu1_3=new Array("Field Trial - Presentation","/fieldtrial/Field Trial Results2.htm","");
	Menu1_4=new Array("Feedback","/feedback/feedback.htm","");	
	
Menu2=new Array("Pages from the notes","/pages/index.htm","",0,20,150);

Menu3=new Array("Growth Charts","http://www.gestation.net/charts/","",0,20,100);
	
Menu4=new Array("Clinical Evidence","#","",10,20,130);
	Menu4_1=new Array("Introduction","/evidence/clinicians.htm","",0,20,100);
	Menu4_2=new Array("Page 2","/evidence/page02/page02.htm","");
	Menu4_3=new Array("Page 4","/evidence/page04/page04.htm","");
	Menu4_4=new Array("Page 6","/evidence/page06/page06.htm","");
	Menu4_5=new Array("Page 8","/evidence/page08/page08.htm","");
	Menu4_6=new Array("Page 12","/evidence/page12/page12.htm","");
	Menu4_7=new Array("Page 14","/evidence/page14/page14.htm","");
	Menu4_8=new Array("Page 20","/evidence/page20/page20.htm","");
	Menu4_9=new Array("Page 24","/evidence/page24/page24.htm","");
	Menu4_10=new Array("Page 26","/evidence/page26/page26.htm","");
			
Menu5=new Array("Pregnancy Book","/book/welcome.htm","",0,20,130);

Menu6=new Array("Costs and Ordering","/notespricing.htm","",0,20,130);

Menu7=new Array("Other notes","#","",2,20,100);
	Menu7_1=new Array("Birth Notes","http://www.perinatal.nhs.uk/birthnotes/index_birthnotes.htm","",0,20,130);
	Menu7_2=new Array("Postnatal Notes","/postnatal/index.htm","",0);
	
Menu8=new Array("Links","#","",2,20,40);
	Menu8_1=new Array("Perinatal Institute","http://www.perinatal.nhs.uk","",0,20,130);
	Menu8_2=new Array("Gestation Network","http://www.gestation.net","",0);




