/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=10;				// Menu offset x coordinate
	var StartLeft=1;				// 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=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='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=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=1;				// 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("<img src='read.gif'><br>E-Mail us","mailto:contact@k9lifeline.org.uk","",0,115,145);	
Menu2=new Array("<img src='gb_blue.gif'><br>Sign our guestbook","http://htmlgear.lycos.com/guest/control.guest?u=k9lifeline&i=1&a=view","",0,50);
Menu3=new Array("Home","lifeline1.htm","",0,18,145);

Menu4=new Array("Introduction","lifeline2.htm","",0,18,145);
	
Menu5=new Array("Choosing a new puppy","lifeline3.htm","",0,18);
	
Menu6=new Array("Choosing a Rescue dog","lifeline4.htm","",0,18);
	
Menu7=new Array("Feeding","javascript:top.location.href='blank.htm'","",4,18);
	Menu7_1=new Array("What should I use?","lifeline5.htm#top","",0,20,180);
	Menu7_2=new Array("What if my dog is overweight?","lifeline5.htm#overweight","",0);
	Menu7_3=new Array("Other considerations","lifeline5.htm#whatelse","",0);
	Menu7_4=new Array("Cost of feeding","lifeline5.htm#cost","",0);

Menu8=new Array("Vaccination","javascript:top.location.href='blank.htm'","",3,18);
	Menu8_1=new Array("When should I vaccinate?","lifeline7.htm#top","",0,20,150);
	Menu8_2=new Array("What does it cover?","lifeline7.htm#cover","",0);
	Menu8_3=new Array("Cost of vaccinations","lifeline7.htm#cost","",0);

Menu9=new Array("Castration & spaying","javascript:top.location.href='blank.htm'","",4,18);
	Menu9_1=new Array("What is castration?","lifeline6.htm#top","",0,20,180);
	Menu9_2=new Array("Why castrate?","lifeline6.htm#castrate","",0);
	Menu9_3=new Array("What is spaying?","lifeline6.htm#spay","",0);
	Menu9_4=new Array("Costs involved","lifeline6.htm#cost","",0);

Menu12=new Array("Other Factors","javascript:top.location.href='blank.htm'","",2,18);
	Menu12_1=new Array("Sleeping area?","lifeline10.htm#top","",0,20,180);
	Menu12_2=new Array("Stimulation & behaviour?","lifeline10.htm#stimulation","",0);

Menu10=new Array("Microchipping & Insurance","javascript:top.location.href='blank.htm'","",2,30);
	Menu10_1=new Array("Microchipping","lifeline8.htm#top","",0,20,180);
	Menu10_2=new Array("Pet Insurance","lifeline8.htm#insurance","",0);

Menu11=new Array("Holidays?","javascript:top.location.href='blank.htm'","",3,18);
	Menu11_1=new Array("Introduction","lifeline9.htm#top","",0,20,150);
	Menu11_2=new Array("Holidays in the U.K.","lifeline9.htm#UK","",0);
	Menu11_3=new Array("Holidyas abroad","lifeline9.htm#abroad","",0);

Menu13=new Array("Links Page","lifeline11.htm","",0,18);

Menu14=new Array("Designed by lobstersoft.co.uk","lob1.html","",0,35);




