/***********************************************************************************
*	(c) Ger Versluis 2000 version 8.2 24 April 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	var NoOffFirstLineMenus=17;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="white";			// Background color when mouse is not over
	var HighBgColor="white";			// Background color when mouse is over
	var FontLowColor="#660099";			// Font color when mouse is not over
	var FontHighColor="#ff9900";			// Font color when mouse is over
	var BorderColor="#FFEDCE";			// Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, 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="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=111;				// 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=3;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	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="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.inurarea.co.uk/steps/";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=../../site/0-4Steps/_scripts/%22%22+BaseHref+%22MyImage/%22>"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"_scripts/tri.gif",5,10,BaseHref+"_scripts/tridown.gif",10,5,BaseHref+"_scripts/trileft.gif",5,10,BaseHref+"_scripts/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// The preset is done by the body onload of target document.
						// In frame setup the body onload is:
						// onload="if(parent.frames[0]&&parent.frames[\"navig\"].SetMenu)parent.frames[\"navig\"].SetMenu=\"x_x\";"
						// In a single page the body onload is:
						// onload="if(window.SetMenu)window.SetMenu=\"x_x\""
						// x_x represents the menu item MenuX_X=new Array(.......
						// To preset the menu to no item use \"0\" for \"x_x\" 

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";

	var MenuShadow="";


	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","default.htm","",0,22,162,"","","","","#FFEDCE","",-1,-1,-1,"","Home Page");

Menu2=new Array("Black Minority & Ethnic Groups","bmeg/","",0,35,135,"","","","","#FFEDCE","",-1,-1,-1,"","Black Minority & Ethnic Groups");



Menu3=new Array("Child Development","childDevelopment/","",4,22,135,"","","","","#FFEDCE","",-1,-1,-1,"","Child Development");
	Menu3_1=new Array("Questions Children Ask","childDevelopment/questionsChildrenAsk/","",0,22,165,"white","","","","#660099","",-1,-1,-1,"","Questions Children Ask");	
	Menu3_2=new Array("Birth to Three Matters","childDevelopment/birthtothree/default.asp","",4,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Birth to Three Matters");
		Menu3_2_1=new Array("A Strong Child","childDevelopment/birthtothree/astrongchild/","",0,22,165,"white","","","","#660099","",-1,-1,-1,"","A Strong Child");
		Menu3_2_2=new Array("A Skillfull Communicator","childDevelopment/birthtothree/askilfulcommunicator/","",0,22,150,"white","","","","","",-1,-1,-1,"","A Skillfull Communicator");
		Menu3_2_3=new Array("A Competent Learner","childDevelopment/birthtothree/acompetentlearner/","",0,22,150,"white","","","","","",-1,-1,-1,"","A Competent Learner");
		Menu3_2_4=new Array("A Healthy Child","childDevelopment/birthtothree/ahealthychild/","",0,22,150,"white","","","","","",-1,-1,-1,"","A Healthy Child");
Menu3_3=new Array("Speech & Language","childDevelopment/speech/","",0,22,140,"white","","","","#660099","",-1,-1,-1,"","Speech & Language");	
Menu3_4=new Array("Education","childDevelopment/education/","",0,22,140,"white","","","","#660099","",-1,-1,-1,"","Education");	

Menu4=new Array("Children's Centres","sureStart/","",5,22,135,"","","","","","",-1,1,-1,"","Children's Centres");
	Menu4_1=new Array("East Marsh","sureStart/eastMarsh/","",0,22,185,"white","","","","#660099","",-1,-1,-1,"","East Marsh");
	Menu4_2=new Array("Broadway & Central","sureStart/grangeWesternCentral/","",0,22,165,"white","","","","","",-1,-1,-1,"","Broadway & Central");
	Menu4_3=new Array("Cleethorpes Reynolds","sureStart/northernCleethorpes/","",0,22,165,"white","","","","","",-1,-1,-1,"","Cleethorpes Reynolds");
	Menu4_4=new Array("Nunsthorpe & Bradley Park","sureStart/nunsthorpeBradley","",0,22,165,"white","","","","","",-1,-1,-1,"","Nunsthorpe & Bradley Park");
	Menu4_5=new Array("West Marsh & Yarborough","sureStart/westMarsh/","",0,22,165,"white","","","","","",-1,-1,-1,"","West Marsh & Yarborough");

Menu5=new Array("Dads & Male Carers","dads/","",4,22,135,"","","","","","",-1,-1,-1,"","Dads & Male Carers");
Menu5_1=new Array("Assertiveness","dads/assertiveness/","",3,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Assertiveness");
		Menu5_1_1=new Array("Body Language","dads/assertiveness/bodylanguage.htm","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Body Language");
		Menu5_1_2=new Array("Communicating","dads/assertiveness/communicating.htm","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Communicating");
		Menu5_1_3=new Array("Saying 'No'","dads/assertiveness/sayingno.htm","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Saying 'No'");
	Menu5_2=new Array("Confidence","dads/confidence/","",3,22,200,"white","","","","","",-1,-1,-1,"","Confidence");
		Menu5_2_1=new Array("Children & Assertiveness","dads/confidence/childAndAssertiveness.htm","",0,22,220,"white","","","","#660099","",-1,-1,-1,"","Children & Assertiveness");
		Menu5_2_2=new Array("Assertiveness in the Community","dads/confidence/community.htm","",0,22,200,"white","","","","","",-1,-1,-1,"","Assertiveness in the Community");
		Menu5_2_3=new Array("Saying 'No'","dads/confidence/sayingno.htm","",0,22,200,"white","","","","","",-1,-1,-1,"","Saying 'No'");
	Menu5_3=new Array("Dads are Welcome","dads/dadswelcome/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Dads are Welcome");
	Menu5_4=new Array("Resources","dads/resources.htm","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Resources");
	
Menu6=new Array("Fun with your Child","fun/","",0,22,135,"","","","","","",-1,-1,-1,"","Fun with your Child");
	
Menu7=new Array("Health","health/","",0,22,135,"","","","","","",-1,-1,-1,"","Health");

Menu8=new Array("Healthy Eating","healthyeating/","",0,22,135,"","","","","","",-1,-1,-1,"","Healthy Eating");
	Menu8_1=new Array("Feeding your Child","healthyeating/solids/","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Feeding your Child");
Menu8_2=new Array("Diet & Lifestyle","healthyeating/health/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Diet & Lifestyle");
	
Menu9=new Array("Infant Feeding","infantfeeding/","",2,22,135,"","","","","","",-1,-1,-1,"","Infant Feeding");
Menu9_1=new Array("Bottle Feeding","infantfeeding/bottleFeeding/","",1,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Bottle Feeding");
	Menu9_1_1=new Array("Cleansing & Sterilising","infantfeeding/bottleFeeding/cleansing.asp","",0,22,170,"white","","","","#660099","",-1,-1,-1,"","Cleansing & Sterilising");
	Menu9_2=new Array("Breast Feeding","infantfeeding/breastFeeding/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Breast Feeding");
Menu9_3=new Array("Weaning","infantfeeding/weaning/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Weaning");
Menu9_4=new Array("Solids","infantfeeding/solids/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Solids");


Menu10=new Array("Law","thelaw/","",3,22,135,"","","","","","",-1,-1,-1,"","Law");
	Menu10_1=new Array("Money","thelaw/money/","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Money");
	Menu10_2=new Array("Employment","thelaw/employment/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Employment");
	Menu10_3=new Array("Family Issues","thelaw/family/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Family Issues");
	
Menu11=new Array("Mental Health & Wellbeing","mentalHealthWellbeing/","",3,22,135,"","","","","","",-1,-1,-1,"","Mental Health & Wellbeing");
	Menu11_1=new Array("Baby Massage","mentalHealthWellbeing/babymassage/","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Baby Massage");
Menu11_2=new Array("Stress","mentalHealthWellbeing/stressed/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Stress");
	Menu11_3=new Array("Bullying","mentalHealthWellbeing/bullying/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Bullying");
	
Menu12=new Array("Mums & Female Carers","mums/","",4,22,135,"","","","","","",-1,-1,-1,"","Mums & Female Carers");
	Menu12_1=new Array("Complications","mums/complications/","",4,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Complications");
		Menu12_1_1=new Array("Jaundice","mums/complications/jaundice.htm","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Jaundice");
		Menu12_1_2=new Array("Miscarriage","mums/complications/Miscarriage.htm","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Miscarriage");
		Menu12_1_3=new Array("Premature","mums/complications/Premature.htm","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Premature");
		Menu12_1_4=new Array("Stillbirth","mums/complications/Stillbirth.htm","",0,26,129.5,"white","","","","","",-1,-1,-1,"","Stillbirth");
Menu12_2=new Array("After the Birth","mums/afterbirth/","",5,22,145,"white","","","","#660099","",-1,-1,-1,"","After the Birth");
Menu12_2_1=new Array("Childcare","mums/afterbirth/childcare.htm","",0,22,165,"white","","","","#660099","",-1,-1,-1,"","Childcare");
	Menu12_2_2=new Array("Depression","mums/afterbirth/Depression.htm","",0,22,145,"white","","","","#660099","",-1,-1,-1,"","Depression");
	Menu12_2_3=new Array("Registering the Birth","mums/afterbirth/registering.htm","",0,22,145,"white","","","","#660099","",-1,-1,-1,"","Registering the Birth");
	Menu12_2_4=new Array("Sleep","mums/afterbirth/Sleep.htm","",0,22,145,"white","","","","#660099","",-1,-1,-1,"","Sleep");
	Menu12_2_5=new Array("Why does my baby cry?","mums/afterbirth/crying.asp","",0,22,165,"white","","","","#660099","",-1,-1,-1,"","Why does my baby cry?");
	
	Menu12_3=new Array("Assertiveness","mums/assertiveness/","",3,22,129.5,"white","","","","","",-1,-1,-1,"","Assertiveness");
		Menu12_3_1=new Array("Body Language","mums/assertiveness/bodylanguage.htm","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Body Language");
		Menu12_3_2=new Array("Communicating","mums/assertiveness/communicating.htm","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Communicating");
		Menu12_3_3=new Array("Saying 'No'","mums/assertiveness/sayingNo.htm","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Saying 'No'");
	Menu12_4=new Array("Confidence","mums/confidence/","",3,22,129.5,"white","","","","","",-1,-1,-1,"","Confidence");
		Menu12_4_1=new Array("Children & Assertiveness","mums/confidence/childAndAssertiveness.htm","",0,22,220,"white","","","","#660099","",-1,-1,-1,"","Children & Assertiveness");
		Menu12_4_2=new Array("Assertiveness in the Community","mums/confidence/community.htm","",0,22,200,"white","","","","","",-1,-1,-1,"","Assertiveness in the Community");
		Menu12_4_3=new Array("Saying 'No'","mums/confidence/sayingno.htm","",0,22,200,"white","","","","","",-1,-1,-1,"","Saying 'No'");
		
Menu13=new Array("Safety","safety/","",4,22,135,"","","","","","",-1,-1,-1,"","Safety");
	Menu13_1=new Array("First Aid","safety/firstAid/","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","First Aid");
	Menu13_2=new Array("Domestic Violence","safety/domesticViolence/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Domestic Violence");
Menu13_3=new Array("Child Safety","safety/Childsafety/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Child Safety");
Menu13_4=new Array("Internet Safety","safety/internetsafety/","",0,22,129.5,"white","","","","","",-1,-1,-1,"","Internet Safety");

Menu14=new Array("Special Needs","specialNeeds/","",2,22,135,"","","","","","",-1,-1,-1,"","Special Needs");
	Menu14_1=new Array("Portage","specialNeeds/portage/","",0,22,129.5,"white","","","","#660099","",-1,-1,-1,"","Portage");
	Menu14_2=new Array("Cerebal Palsy","specialNeeds/cerebalPalsy/glossary.htm","",1,22,129.5,"white","","","","","",-1,-1,-1,"","Cerebal Palsy");
		Menu14_2_1=new Array("Glossary of Terms","specialNeeds/cerebalPalsy/glossary.asp","",0,22,135,"white","","","","#660099","",-1,-1,-1,"","Glossary of Terms");
		






Menu15=new Array("Teenage Pregnancy","teenageMums/","",2,22,135,"","","","","","",-1,-1,-1,"","Teenage Pregnancy");
	Menu15_1=new Array("Talk about Sex","teenageMums/talk.htm","",0,22,168,"white","","","","#660099","",-1,-1,-1,"","Talk about Pregnancy");
	Menu15_2=new Array("If Your Child is Pregnant","teenageMums/already.htm","",0,22,150,"white","","","","","",-1,-1,-1,"","If Your Child is Pregnant");




Menu16=new Array("What's On","whatson/","",0,22,135,"","","","","","",-1,-1,-1,"","What's On");

Menu17=new Array("Who's Who","whoswho/","",0,22,135,"","","","","#FFEDCE","",-1,-1,-1,"","Who's Who");
