
	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='220967';			// Background color when mouse is not over
	var LowSubBgColor='220967';			// Background color when mouse is not over on subs
	var HighBgColor='220967';			// Background color when mouse is over
	var HighSubBgColor='ccccff';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='ccccff';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='220967';			// Border color
	var BorderSubColor='373737';			// 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=0;					// Menu offset x coordinate
	var StartLeft=4;				// 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=0;				// 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=0;				// 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("Home","javascript:top.location.href='http://www.mqhonline.org'","",0,20,42);

Menu2=new Array("|","javascript:{}","",0,20,10);

Menu3=new Array("Mass & Sacraments","javascript:{}","",4,20,125);
	Menu3_1=new Array("Mass & Office Hours","mass_hours.htm","",0,20,140);	
	Menu3_2=new Array("Healing Masses","healing_masses.htm","",0);
	Menu3_3=new Array("Sacraments","sacraments.htm","",0);
	Menu3_4=new Array("Eucharistic Adoration","eucharistic_adoration.htm","",0);
	
Menu4=new Array("|","javascript:{}","",0,20,10);

Menu5=new Array("About Us","javascript:{}","",6,20,65);
	Menu5_1=new Array("Parish Staff","staff.htm","",0,20,135);	
	Menu5_2=new Array("Mission Statement","mission_statement.htm","",0);
	Menu5_3=new Array("Outreach & Ministries","outreach.htm","",0);
	Menu5_4=new Array("Saint Vincent DePaul","saint_vincent_depaul.htm","",0);
	Menu5_5=new Array("Our History","our_history.htm","",0);
	Menu5_6=new Array("Seminary News","seminary_news.htm","",0);

Menu6=new Array("|","javascript:{}","",0,20,10);

Menu7=new Array("Community / Events","javascript:{}","",4,20,120);
	Menu7_1=new Array("Upcoming Events","upcoming_events.htm","",0,20,110);	
	Menu7_2=new Array("Photo Albums","photoalbum.htm","",0);
	Menu7_3=new Array("Annual Picnic","festival.htm","",0);
	Menu7_4=new Array("Resources","resources.htm","",0);

Menu8=new Array("|","javascript:{}","",0,20,10);

Menu9=new Array("Enriching Your Faith","javascript:{}","",9,20,120);
	Menu9_1=new Array("R C I A","rcia.htm","",0,20,145);	
	Menu9_2=new Array("New Members Page","new_member_welcome.htm","",0);
	Menu9_3=new Array("Christian Formation","christian_formation.htm","",0);
	Menu9_4=new Array("Children's Liturgy","children's_liturgy_of_the_word.htm","",0);
	Menu9_5=new Array("Sisters in Christ","sisters_in_christ.htm","",0);
	Menu9_6=new Array("HS Ministry Program","youth_ministry.htm","",0);
	Menu9_7=new Array("Men's Group","mary_queen_of_heaven_men's_group.htm","",0);
	Menu9_8=new Array("Generations of Faith","generations_of_faith.htm","",0);
	Menu9_9=new Array("Christian Women","christian_women_mary_queen_of_heaven.htm","",0);

Menu10=new Array("|","javascript:{}","",0,20,10);

Menu11=new Array("Weekly Bulletins","bulletin.htm","",0,20,100);

Menu12=new Array("|","javascript:{}","",0,20,10);

Menu13=new Array("Scrip Form","scrip.pdf","",0,20,70);
	
Menu14=new Array("|","javascript:{}","",0,20,10);

Menu15=new Array("Links","links.htm","",0,20,50);


