/***********************************************************************************
*	Dynamic menu for main page	Michelle's					*		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#90A6DC';			// Background color when mouse is not over
	var LowSubBgColor='#CDECEB';		// Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';		// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='navy';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='#90A6DC';			// Border color
	var BorderSubColor='navy';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=2;			// Border between elements 1 or 0
	var FontFamily="tahoma";			// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.8;			// vertical overlap child/ parent
	var StartTop=220;				// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=23;				// Left padding
	var TopPaddng=3;				// 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=['mainpics/tri.gif',5,10,'mainpics/tridown.gif',10,5,'mainpics/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","index.html","",0,20,95);

Menu2=new Array("Interests","","",4,20,90);
	Menu2_1=new Array("My Family","http://www.brennanfamily.info","",0,20,130);
	Menu2_2=new Array("Website Design","http://www.webwormz.com","",0);
	Menu2_3=new Array("Diet/Exercise","starvesweat.html","",0);
	Menu2_4=new Array("General Life Stuff","life.html","",0);
//	Menu2_5=new Array("4 months","4months/index.html","",0);
//	Menu2_6=new Array("5 months","5months/index.html","",0);
//	Menu2_7=new Array("6 months","6months/index.html","",0);
//	Menu2_8=new Array("7 months","7months/index.html","",0);
//	Menu2_9=new Array("8 months","8months/index.html","",0);
//	Menu2_10=new Array("9 months","9months/index.html","",0);
//	Menu2_11=new Array("10 months","10months/index.html","",0);
//	Menu2_12=new Array("11 months","11months/index.html","",0);

Menu3=new Array("Hobbies","","",3,20,90);
	Menu3_1=new Array("Knitting","knitting.html","",0,20,160);	
	Menu3_2=new Array("Cross Stitch","xstitch.html","",0);
	Menu3_3=new Array("The Highland Bagpipes","pipes.html","",0);
//	Menu3_4=new Array("15 Months","15months/index.html","",0);
//	Menu3_5=new Array("16 Months","16months/index.html","",0);
//	Menu3_6=new Array("17 Months","17months/index.html","",0);
//	Menu3_7=new Array("18 Months","18months/index.html","",0);
//	Menu3_8=new Array("19 Months","19months/index.html","",0);
//	Menu3_9=new Array("20 Months","20months/index.html","",0);
//	Menu3_10=new Array("21 Months","21months/index.html","",0);
//	Menu3_11=new Array("22 Months","22months/index.html","",0);
//	Menu3_12=new Array("23 Months","23months/index.html","",0);

Menu4=new Array("Links","links.html","",0,20,90);
//	Menu4_1=new Array("","index.html","",0,20,160);
//	Menu4_2=new Array("","index.html","",0);
//	Menu4_3=new Array("","index.html","",0);
//	Menu4_4=new Array("","index.html","",0);

//Menu5=new Array("3 Years","easterspring2002/index.html","mainpics/airplane.gif",5,41,90);
//	Menu5_1=new Array("Easter/Spring 2002","easterspring2002/index.html","",0,20,150);
//	Menu5_2=new Array("Birthday","birthday2002/index.html","",0);
//	Menu5_3=new Array("Summer","summer2002/index.html","",0);
//	Menu5_4=new Array("Fall","fall2002/index.html","",0);
//	Menu5_5=new Array("Winter","winter2002/index.html","",0);

//Menu6=new Array("4 Years","easterspring2003/index.html","mainpics/airplane.gif",5,41,90);
//	Menu6_1=new Array("Easter/Spring 2003","easterspring2003/index.html","",0,20,150);
//	Menu6_2=new Array("Birthday","birthday2003/index.html","",0);
//	Menu6_3=new Array("Summer","summer2003/index.html","",0);
//	Menu6_4=new Array("Fall","fall2003/index.html","",0);
//	Menu6_5=new Array("Winter","winter2003/index.html","",0);

//Menu7=new Array("5 Years","easterspring2004/index.html","mainpics/airplane.gif",2,41,90);
//	Menu7_1=new Array("Easter/Spring 2004","easterspring2004/index.html","",0,20,150);
//	Menu7_2=new Array("Birthday","birthday2004/index.html","",0);
//	Menu7_3=new Array("Summer","summer2004/index.html","",0);
//	Menu7_4=new Array("Fall","fall2004/index.html","",0);
//	Menu7_5=new Array("Winter","winter2004/index.html","",0);
