
	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='CDB498';				// Background color when mouse is not over
	var LowSubBgColor='F3E0CB';			// Background color when mouse is not over on subs
	var HighBgColor='CDB498';			// Background color when mouse is over
	var HighSubBgColor='CDB498';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='6D0000';			// Font color subs when mouse is not over
	var FontHighColor='6D0000';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='CDB498';			// Border color
	var BorderSubColor='CDB498';			// 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='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=2;					// Menu offset x coordinate
	var StartLeft=14;				// 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=0;				// 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='MyFrameOne';		// Frame where first level appears
	var SecLineFrame='MyFrameTwo';			// Frame where sub levels appear
	var DocTargetFrame='MyFrameTwo';		// 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=['navigation/tri.gif',5,10,'navigation/tridown.gif',10,5,'navigation/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("About Us","javascript:{}","",4,16,85);
	Menu1_1=new Array("Mass Hours","mass_hours.htm","",0,20,90);	
	Menu1_2=new Array("Office Hours","office_hours_st_florian_milwaukee.htm","",0);
	Menu1_3=new Array("Staff","staff_st_florian_milwaukee.htm","",0);
	Menu1_4=new Array("Committees","committees_st_florian_milwaukee.htm","",0);
Menu2=new Array("|","javascript:{}","",0,16,10);

Menu3=new Array("Christian Formation","javascript:{}","",6,16,145);
	Menu3_1=new Array("Confirmation","confirmation.htm","",0,20,150);	
	Menu3_2=new Array("Ministries","ministries_st_florian_milwaukee.htm","",0);
	Menu3_3=new Array("Youth Ministry","st_florian_youth_ministry.htm","",0);
	Menu3_4=new Array("RCIA","christian_formation_st_florian_milwaukee.htm","",0);
	Menu3_5=new Array("Religious Education","religious_education.htm","",0);
	Menu3_6=new Array("Sacrament","sacraments_st_florian_milwaukee.htm","",0);
	
Menu4=new Array("|","javascript:{}","",0,16,10);

Menu5=new Array("Community","javascript:{}","",7,16,100);
	Menu5_1=new Array("Book Club","book_club_st_florian_milwaukee.htm","",0,20,140);
	Menu5_2=new Array("Card Socials","card_socials.htm","",0);
	Menu5_3=new Array("Catholic Foresters","catholic_foresters.htm","",0)
	Menu5_4=new Array("Girl Scouts","girl_scouts.htm","",0);
	Menu5_5=new Array("Helping Hands","helping_hands_st_florian_milwaukee.htm","",0);
	Menu5_6=new Array("Senior 59'ers","senior_59'ers.htm","",0);
	Menu5_7=new Array("St Vincent DePaul","st_vincent_depaul.htm","",0);

Menu6=new Array("|","javascript:{}","",0,16,10);

Menu7=new Array("Events","javascript:{}","",9,16,75);
	Menu7_1=new Array("Breakfast w/Easter Bunny","breakfast_with_easter_bunny.htm","",0,20,160);
	Menu7_2=new Array("Breakfast w/Santa","breakfast_with_santa.htm","",0);
	Menu7_3=new Array("Chicken Dinner","chicken_dinner.htm","",0);
	Menu7_4=new Array("Spring Festival","spring_festival.htm","",0);
	Menu7_5=new Array("Summer Festival","fall_festival_st_florian_milwaukee.htm","",0);
	Menu7_6=new Array("Fish Fry","fish_fry_st_florian_milwaukee.htm","",0);
	Menu7_7=new Array("Rummage Sale","rummage_sale.htm","",0);
	Menu7_8=new Array("Yearly Picnic","yearly_picnic.htm","",0);
	Menu7_9=new Array("Chili Dinner","chili_dinner.htm","",0);

Menu8=new Array("|","javascript:{}","",0,16,10);

Menu9=new Array("Misc","javascript:{}","",4,16,65);
	Menu9_1=new Array("Forms","forms_st_florian_milwaukee.htm","",0,20,100);	
	Menu9_2=new Array("Links","links_st_florian_milwaukee.htm","",0);
	Menu9_3=new Array("Photo Albums","photo_albums.htm","",0);
	Menu9_4=new Array("Site Map","site_map.htm","",0);

Menu10=new Array("|","javascript:{}","",0,16,10);

Menu11=new Array("Home","javascript:top.location.href='http://www.stflorian.org'","",0,16,45);


	

