// Menu Configuration file for Perinatal.nhs.uk
// Last Updated 19/08/03 

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#000080';			// Background color when mouse is not over
	var LowSubBgColor='#DBEAFF';			// Background color when mouse is not over on subs
	var HighBgColor='#92A9C8';			// Background color when mouse is over
	var HighSubBgColor='#92A9C8';			// Background color when mouse is over on subs
	var FontLowColor='white';			// 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="tahoma,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=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// 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","/main.htm","",8,20,60);
	Menu1_1=new Array("About us","/about_us/about_us.htm","",0,20,150);
	Menu1_2=new Array("Our Mission","/about_us/mission.htm","",0);
	Menu1_3=new Array("Board","/governance/index_govenance.htm","",0);
	Menu1_4=new Array("Information Goverance","/data/index_data.htm","",3);
		Menu1_4_1=new Array("Confidentiality & Consent","/data/consent/consent.htm","",0,20,180);
		Menu1_4_2=new Array("Data Request Form","/data/disclosure/disclosure.htm","",0);
		Menu1_4_3=new Array("Summary of Data Requests","/data/requests/requests.htm","",0);
	Menu1_5=new Array("The Team","/about_us/our_staff.htm","",0);	
	Menu1_6=new Array("Disclaimer","/about_us/disclaimer.htm","",0);	
	Menu1_7=new Array("Facilities","/facilities/index.htm","",0);
	Menu1_8=new Array("Contact Us","/about_us/contact_us.htm","",0);	

Menu2=new Array("Diary","/diary/index_diary.htm","",0,20,60);

Menu3=new Array("Projects","/projects/index.htm","",8, 20, 80);
	Menu3_1=new Array("Investing for Health Project","/ifh/index.htm","",0,20,250);
	Menu3_2=new Array("Regional Initiatives","/ri/index.htm","",0,20,170);
	Menu3_3=new Array("Clinical Networks/Groups","/clinicalnetworks/index.htm","",0,20,170);
	Menu3_4=new Array("Confidential Enquiries","/ce/index.htm","",0,20,170);
	Menu3_5=new Array("Standardised Clinical Outcome Reviews","/scor/index.htm","",0,20,170);
	Menu3_6=new Array("Fetal Growth","/growth/index_growth.htm","",0,20,170);
	Menu3_7=new Array("Mortality Registers/WMCAR","/car/index_car.htm","",0,20,170);
	Menu3_8=new Array("Anomalies","/WMCAR/index_WMCAR.htm","",0,20,170);

	
Menu4=new Array("Fetal Growth","/growth/index_growth.htm","",5,20,100);
	Menu4_1=new Array("About","/growth/index_growth.htm","",0,20,180);
	Menu4_2=new Array("Fundal Height Measurement","/growth/fhm.htm","",0);
	Menu4_3=new Array("Examples","/growth/example.htm","",0);
	Menu4_4=new Array("FAQs","/growth/faq.htm","",0);
	Menu4_5=new Array("Community Growth Scanning","/cogs/index.htm","",0);

Menu5=new Array("Groups","#","",3,20,70); 
		Menu5_1=new Array("Diabetes in Pregnancy","/diabetes/index.htm","",6,20,220);
			Menu5_1_1=new Array("Diabetes in Pregnancy","/diabetes/index.htm","",0,20,220);
			Menu5_1_2=new Array("Incidence, Definitions, Facts","/diabetes/intro/incidence.htm","",0);
			Menu5_1_3=new Array("DiPAG","/diabetes/dipag/DiPAG.htm","",0);
			Menu5_1_4=new Array("Diabetes Projects","/diabetes/projects.htm","",0);
			Menu5_1_4=new Array("Diabetes Forum","/diabetes/forums.htm","",0);
			Menu5_1_5=new Array("Publications","/diabetes/publications.htm","",0);
			Menu5_1_6=new Array("West Midlands Networks","/diabetes/wmnetworks.htm","",0);	
		Menu5_2=new Array("Regional Ultrasound","ultrasound/index_us.htm","",7,20,170);
			Menu5_2_1=new Array("Introduction","ultrasound/index_us.htm","",0,20,170);
			Menu5_2_2=new Array("RUG","/ultrasound/RUG/RUG.htm","",0,20,170);
			Menu5_2_3=new Array("Standards","/standards/standards_us.htm","",0,20,170);
			Menu5_2_4=new Array("Audit","/ultrasound/audit/audit_us.htm","",0,20,170);
			Menu5_2_5=new Array("Training","/ultrasound/training/training_us.htm","",0,20,170);
			Menu5_2_6=new Array("Publications","/ultrasound/screening/screening_us.htm","",0,20,170);
		 	Menu5_2_7=new Array("Screening","/ultrasound/workforce/workforce.htm","",0,20,170);	
		Menu5_3=new Array("Perinatal Network","/rpn/index.htm","",0,20,170);
//		Menu5_4=new Array("Heads of Midwifery","#","",0,20,170);
//		Menu5_1=new Array("CVS","#","",0,20,180);

Menu6=new Array("Stats & Reports","/pnm/intro.htm","",7,20,130); 
		Menu6_1=new Array("Definitions","/pnm/definitions.htm","",0,20,180);
		Menu6_2=new Array("WM Key Health Data","/pnm/khd.htm","",0,20,180);
		Menu6_3=new Array("WM Cluster Reports","/pnm/clusterreports/index.htm","",0,20,180);
		Menu6_4=new Array("WM Unit Reports","/pnm/unitreports/index.htm","",0,20,180);
		Menu6_5=new Array("Clinical Outcome Reviews","/pnm/clinicaloutcomereviews/index.htm","",0,20,180);
		Menu6_6=new Array("Materntiy Reports","/pnm/maternity_reports.htm","",0,20,180);
//		Menu6_7=new Array("Archive","/pnm/previous.htm","",0,20,180);
		Menu6_7=new Array("Anomalies WMCAR","/WMCAR/index_WMCAR.htm","",0,20,180);
		Menu6_8=new Array("Archive","/pnm/previous.htm","",0,20,180);


Menu7=new Array("Maternity Notes","/notes.htm","",4,20,130);
	Menu7_1=new Array("Pregnancy","http://www.preg.info/index.htm","",8,20,155);
		Menu7_1_1=new Array("Pregnancy Notes","http://www.preg.info/index.htm","",0,20,130);
		Menu7_1_2=new Array("About","http://www.preg.info/about_notes.htm","",0);
		Menu7_1_3=new Array("Pages from the notes","http://www.preg.info/pages/index.htm","",0);
		Menu7_1_4=new Array("Clinical Evidence ","http://www.preg.info/evidence/index.htm","",0);
		Menu7_1_5=new Array("The Pregnancy Book","http://www.preg.info/book/welcome.htm","",0);
		Menu7_1_6=new Array("Ultrasound","http://www.preg.info/scans/index.htm","",0);
		Menu7_1_7=new Array("Costs and Ordering","http://www.preg.info/notespricing.htm","",0);
		Menu7_1_8=new Array("Feedback","http://www.preg.info/feedback.htm","",0);
	Menu7_2=new Array("Diabetes in Pregnancy","/diabetesnotes/index.htm","",7,20,130);
		Menu7_2_1=new Array("Diabetes Notes home","/diabetesnotes/index.htm","",0,20,130);
		Menu7_2_2=new Array("About","/diabetesnotes/aboutnotes.htm","",0);
		Menu7_2_3=new Array("Field Trial","/diabetesnotes/fieldtrial.htm","",0);
		Menu7_2_4=new Array("Pages from the notes","/diabetesnotes/notes/pages.htm","",0);
		Menu7_2_5=new Array("Evidence ","/diabetesnotes/infopro.htm","",0);
		Menu7_2_6=new Array("Costs and Ordering","/diabetesnotes/costsandordering.htm","",0);
		Menu7_2_7=new Array("Feedback","/diabetesnotes/feedback.htm","",0);		
	Menu7_3=new Array("Birth","/birthnotes/index_birthnotes.htm","",6,20,130);
		Menu7_3_1=new Array("Birth Notes home","/birthnotes/index_birthnotes.htm","",0,20,130);
		Menu7_3_2=new Array("About","/birthnotes/aboutbirtthnotes.htm","",0);
		Menu7_3_3=new Array("Pages from the notes","/birthnotes/pages/index.htm","",0);
		Menu7_3_4=new Array("Evidence ","/birthnotes/evidence/evidence.htm","",0);
		Menu7_3_5=new Array("Cost and Ordering","/birthnotes/pricing.htm","",0);
		Menu7_3_6=new Array("Feedback","/birthnotes/feedback.htm","",0);	
	Menu7_4=new Array("Postnatal","http://www.preg.info/postnatal/index.htm","",5,20,130);
		Menu7_4_1= new Array("About","http://www.preg.info/postnatal/about.htm","",0,20,200);
		Menu7_4_2=new Array("Pages from the notes","#","",2);
			Menu7_4_2_1=new Array("Notes for Mother","http://www.preg.info/postnatal/pages_mother/mother.htm","",0,20,130);
			Menu7_4_2_2=new Array("Notes for Baby","http://www.preg.info/postnatal/pages_baby/baby.htm","");
		Menu7_4_3=new Array("Information for Professionals","http://www.preg.info/postnatal/informationforpro.htm","",0);			
		Menu7_4_4=new Array("Birth to Five","http://www.preg.info/postnatal/birthtofive.htm","",0);
		Menu7_4_5=new Array("Costs and Ordering","http://www.preg.info/postnatal/costs.htm","",0);

Menu8=new Array("PEER","/peer/index.htm","",4,20,70);	
	Menu8_1=new Array("Peer Data","/peer/peerdata.htm","",0,20,90);
	Menu8_2=new Array("Peer Digital","/peer/peerdigital.htm","",0);
	Menu8_3=new Array("PEERView","/peer/peerview.htm","",0);
	Menu8_4=new Array("Peer MaGIC","/peer/peermagic.htm","",0);
	
Menu9=new Array("CTG Tutor","/ctg/index_ctg.htm","",3,20,90);
	Menu9_1=new Array("About","/ctg/index_ctg.htm","",0,20,90);
	Menu9_2=new Array("Screenshots","/ctg/ctg_sample_images.htm","",0);
	Menu9_3=new Array("Download","/ctg/ctg_download.htm","",0);
