/***********************************************************************************
*	(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=9;	// Number of first level items
var LowBgColor='#F9CE68';		// Background color when mouse is not over
var LowSubBgColor='#F9CE68';	// Background color when mouse is not over on subs
var HighBgColor='#993366';	// Background color when mouse is over
var HighSubBgColor='#993366';	// Background color when mouse is over on subs
var FontLowColor='#993366';	// Font color when mouse is not over
var FontSubLowColor='#993366';	// Font color subs when mouse is not over
var FontHighColor='#FFFFFF';	// Font color when mouse is over
var FontSubHighColor='#FFFFFF';	// Font color subs when mouse is over
var BorderColor='#F9CE68';	// Border color
var BorderSubColor='#B522B2';	// Border color for subs
var BorderWidth=2;		// Border width
var BorderBtwnElmnts=1;		// Border between elements 1 or 0
var FontFamily="Tahoma, Verdana, Arial"	        // Font family menu items
var FontSize=10;			// Font size menu items
var FontBold=1;			// 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='center';	// 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=115;		// 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=2;		// Top padding
var FirstLineHorizontal=1;	// 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("Home","http://www.stmpgh.org/Index.html","",0,20,45);

Menu2=new Array("About Us","","",5,0,75);
  //Menu2_1=new Array("Church History","http://","",0,20,125);
  Menu2_1=new Array("Driving Directions","http://www.mapquest.com/maps?2c=Pittsburgh&2s=PA&2a=126+Fort+Couch+Rd&2z=15241&2y=US&form=directions&CID=lfddlink","",0,20,125);
  Menu2_2=new Array("Inside Our Church","http://www.stmpgh.org/Inside_Our_Church/Inside_Our_Church.html","",0,20,80);
  Menu2_3=new Array("Our Patron","http://www.stmpgh.org/St_Thomas_More.html","",0,20,80);
  Menu2_4=new Array("Our Windows","http://www.stmpgh.org/Windows/Windows.html","",0,20,80);
  Menu2_5=new Array("Mission Statement","http://www.stmpgh.org/Mission.html","",0,20,80);

Menu3=new Array("Staff","http://www.stmpgh.org/staff.html","",0,20,40);

Menu4=new Array("Bulletins","","",5,0,70);
  Menu4_1=new Array("Sunday Bulletins","http://www.stmpgh.org/bulletin/Sunday_Bulletin.html","",0,20,175);
  Menu4_2=new Array("More For All Seasons","http://www.stmpgh.org/bulletin/mfas/More_For_All_Seasons.html","",0,20,0);
  Menu4_3=new Array("2010 Census Form","http://www.stmpgh.org/bulletin/2010_Parish_Census.doc","",0,20,0);
  Menu4_4=new Array("STM Pastoral Plan - 2011","http://www.stmpgh.org/bulletin/STM_Parish_Pastoral_Plan_2011.pdf","",0,20,0);
  Menu4_5=new Array("New Roman Missal","http://www.stmpgh.org/bulletin/New_Roman_Missal.html","",0,20,0);

Menu5=new Array("Ministry Support","","",2,0,125);
  Menu5_1=new Array("Pastoral Council","http://www.stmpgh.org/Ministries/Pastoral_Council.html","",0,20,125);
  Menu5_2=new Array("Finance Council","http://www.stmpgh.org/Ministries/Finance_Council.html","",0,20,0);

Menu6=new Array("Ministries","http://www.stmpgh.org/Ministries/Ministries.html","",0,20,70);

Menu7=new Array("Pastoral Services","","",7,0,130);
  Menu7_1=new Array("Care of the Sick","http://www.stmpgh.org/Pastoral_Services/Care_of_The_Sick.html","",0,20,175);
  Menu7_2=new Array("Baptism","http://www.stmpgh.org/Pastoral_Services/Baptism.html","",0,20,0);
  Menu7_3=new Array("Funeral Services","http://www.stmpgh.org/Pastoral_Services/Funeral_Services.html","",0,20,80);
  Menu7_4=new Array("Marriage","http://www.stmpgh.org/Pastoral_Services/Marriage.html","",0,20,0);
  Menu7_5=new Array("Mass Intentions","http://www.stmpgh.org/Pastoral_Services/Mass_Intentions.html","",0,20,80);
  Menu7_6=new Array("New Family Registration","http://www.stmpgh.org/Pastoral_Services/FamilyRegistrationForm.html","",0,20,80);
  Menu7_7=new Array("Reconciliation","http://www.stmpgh.org/Pastoral_Services/Reconciliation.html","",0,20,80);

Menu8=new Array("E-Mail","","",13,0,55);
  Menu8_1=new Array("Father Eckman","mailto:eckmanm@stmpgh.org","",0,20,150);
  Menu8_2=new Array("Father Langa","mailto:langad@stmpgh.org","",0,20,0);
  Menu8_3=new Array("Deacon Batz","mailto:batzb@stmpgh.org","",0,20,0);
  Menu8_4=new Array("Deacon Vukotich","mailto:vukotichc@stmpgh.org","",0,20,0);
  Menu8_5=new Array("Pastoral Associate","mailto:cede@stmpgh.org","",0,20,80);
  Menu8_6=new Array("Music Minister","mailto:bellasn@stmpgh.org","",0,20,80);
  Menu8_7=new Array("School Principal","mailto:rileys@stmcs.org","",0,20,80);
  Menu8_8=new Array("Parish Office","mailto:parishoffice@stmpgh.org","",0,20,80);
  Menu8_9=new Array("Religious Education","mailto:mindachk@stmpgh.org","",0,20,80);
  Menu8_10=new Array("Youth Ministry","mailto:youth@stmcs.org","",0,20,80);
  Menu8_11=new Array("Webmaster","mailto:EnterTheGrid@comcast.net","",0,20,80);
  Menu8_12=new Array("STM Webmail","http://www.stmpgh.org/owa/auth/logon.aspx?url=http://www.stmpgh.org/owa/&reason=0","",0,20,80);
  Menu8_13=new Array("MyTeamwork","http://myteamwork.stmpgh.org/ics?action=display&display=opener","",0,20,80);
  

Menu9=new Array("Links","","",8,0,50);
  Menu9_1=new Array("STM Catholic School","http://www.stmcs.org/","",0,20,200);
  Menu9_2=new Array("STM Religious Education","http://www.stmpgh.org/re/index.html","",0,20,0);
  Menu9_3=new Array("FLC Events & Rentals","http://www.stmpgh.org/FLEC_Rental/index.html","",0,20,0);
  Menu9_4=new Array("STM Youth Ministry","","",0,20,0);
  Menu9_5=new Array("Diocese of Pittsburgh","http://www.diopitt.org","",0,20,80);
  Menu9_6=new Array("St Anthony Program","http://stanthonyschoolprograms.com","",0,20,0);
  Menu9_7=new Array("The Holy See - Vatican","http://www.vatican.va","",0,20,0);
  Menu9_8=new Array("Mass Times For Travelers","http://www.masstimes.org/dotnet/Default.aspx","",0,20,80);

