
// ANY CHANGE TO THIS JAVASCRIPT FILE 'menu-script.js' HAS TO BE REFLECTED ON ALL COPIES OF THIS .JS FILE within this site.
// NOTE: THE FILE REFERENCES IN THE .js in the "main" folder and the "js" folder ARE DIFFERENT.

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#FFFF99';			// Background color when mouse is not over
	var LowSubBgColor='#FFFF99';			// Background color when mouse is not over on subs
	var HighBgColor='#FF6500';			// Background color when mouse is over
	var HighSubBgColor='#FF6500';			// 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='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='white';			// 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="verdana,arial,times"	// 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='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=.2;		// vertical overlap child/ parent
	var StartTop=7;				// Menu offset x coordinate | FOR POSITIONING THE MENU
	var StartLeft=10;				// Menu offset y coordinate | FOR POSITIONING THE MENU
	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=500;			// 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='menu';				// 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 highlighted
	var Arrws=['../images/right.gif',6,7,'../images/down.gif',9,6,'../images/left.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"
//	images/resources.gif
Menu1=new Array("rollover:images/home1.gif:images/home2.gif","index.html","",0,27,160);
Menu2=new Array("rollover:images/about1.gif:images/about2.gif","about_us/about.html","",0,27,160);
Menu3=new Array("rollover:images/office1.gif:images/office2.gif","","",2,27,168);
	Menu3_1=new Array("Clergy, Office Days & Areas","parish_office/clergy.html","",0,20,180);
	Menu3_2=new Array("Mass Schedule","parish_office/mass_schedule.html","",0);
	//Menu3_3=new Array("Notices for the Week","parish_office/notices.html","",0);
	//Menu3_4=new Array("Readers List","","",3);
		//Menu3_4_1=new Array("English Masses", "parish_office/readers_eng.html","",0,20,160);
		//Menu3_4_2=new Array("Kannada Masses", "parish_office/readers_kan.html","",0);
		//Menu3_4_3=new Array("Tamil Masses", "parish_office/readers_tamil.html","",0);
Menu4=new Array("rollover:images/organizations1.gif:images/organizations2.gif","","",7,27,160);
	Menu4_1=new Array("Holy Spirit Prayer Group","organizations/hspg.html","",0,20,160);
	Menu4_2=new Array("Counselling Center","organizations/counsel.html","",0);
	Menu4_3=new Array("Employment Bureau","organizations/emp.html","",0);
	Menu4_4=new Array("Choirs","organizations/choir.html","",0);
	Menu4_5=new Array("Ladies of Charity","organizations/charity.html","",0);
	Menu4_6=new Array("Vincent de Paul","organizations/vincent.html","",0);
	Menu4_7=new Array("Legion of Mary","organizations/legion.html","",0);	
Menu5=new Array("rollover:images/institutions1.gif:images/institutions2.gif","institutions/institution.html","",0,27,160);
Menu6=new Array("rollover:images/sacraments1.gif:images/sacraments2.gif","","",8,27,160);
	Menu6_1=new Array("Introduction","sacraments/intro.html","",0,20,160);
	Menu6_2=new Array("Baptism","sacraments/baptism.html","",0);
	Menu6_3=new Array("Confirmation","sacraments/confirm.html","",0);
	Menu6_4=new Array("Eucharist","sacraments/eucharist.html","",0);
	Menu6_5=new Array("Reconciliation","sacraments/recon.html","",0);
	Menu6_6=new Array("Anointing of the Sick","sacraments/anoint.html","",0);
	Menu6_7=new Array("Holy Orders","sacraments/holy.html","",0);
	Menu6_8=new Array("Matrimony","sacraments/matri.html","",0);
Menu7=new Array("rollover:images/redem1.gif:images/redem2.gif","redemptorists/redem.html","",0,27,160);
Menu8=new Array("rollover:images/mother1.gif:images/mother2.gif","mother/mother.html","",0,27,160);
Menu9=new Array("rollover:images/prayer1.gif:images/prayer2.gif","prayer/prayer.html","",0,27,160);
Menu10=new Array("rollover:images/word1.gif:images/word2.gif","wol/wol.html","",0,27,160);
Menu11=new Array("rollover:images/links1.gif:images/links2.gif","links/links.html","",0,27,160);
<!-- Menu5=new Array("Resources","","",5);
<!--	Menu5_1=new Array("Forms","http://javascript.internet.com","",0,20,140);
<!--	Menu5_2=new Array("Programme Research","http://javascript.internet.com","",0,30,140);
<!--	Menu5_3=new Array("Research Bank","http://javascript.internet.com","",0,20,140);
<!--	Menu5_4=new Array("Members\' Area","http://javascript.internet.com","",5);
<!--		Menu5_4_1=new Array("Chat","http://javascript.internet.com","",0,20,120);
<!--		Menu5_4_2=new Array("Links","http://javascript.internet.com","",0);
<!--		Menu5_4_3=new Array("Web Research", "http://javascript.internet.com","",0);
<!--		Menu5_4_4=new Array("Group Sites","http://javascript.internet.com","",0);
<!--		Menu5_4_5=new Array("NWR Webspace","http://javascript.internet.com","",0);
<!--	Menu5_5=new Array("NWR logos","logos.htm","",0);
<!--	
<!-- Menu6=new Array("Contact Us","","",3);
<!--	Menu6_1=new Array("Guestbook","http://www.theguestbook.com","",0,20,120);
<!--	Menu6_2=new Array("Forums","http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=3","",0);
<!--	Menu6_3=new Array("Webmaster","http://javascript.internet.com","",0);
