/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='a50303';			// Background color when mouse is not over
	var LowSubBgColor='e5c378';		// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='e5c378';			// Font color when mouse is not over
	var FontSubLowColor='a50303';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='a50303';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='left';			// Menu horizontal position 'left', 'center' or 'right' xxx
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.8;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.7;			// vertical overlap child/ parent
	var StartTop=110;				// Menu offset x coordinate 120
	var StartLeft=1;				// Menu offset y coordinate 1
	var VerCorrect=0; 			 	// Multiple frames y correction xxx
	var HorCorrect=0;				// Multiple frames x correction 0
	var LeftPaddng=3;				// Left padding 3
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	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='left';			// Frame where first level appears 'left'
	var SecLineFrame='left';			// Frame where sub levels appear 'left'
	var DocTargetFrame='rbottom';		// Frame where target documents appear rbottom
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0 (target)
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0 xxx
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

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","home.htm","",0,20,120);

Menu2=new Array("News","news.htm","",0);

Menu3=new Array("Church Online","church_on_air.htm","",0);

Menu4=new Array("Audio","audio.htm","",0);

Menu5=new Array("Mass Schedule","schedule.htm","",0);

Menu6=new Array("OutReach","OutReach.htm","",0);

Menu7=new Array("St Joseph Assoc","StJosephAsso.htm","","",0);

Menu8=new Array("Services","","",3);
	Menu8_1=new Array("Bible Study","bible_study.htm","",0,20,130);
	Menu8_2=new Array("Prayer Meeting","prayer_meeting.htm","",0);
	Menu8_3=new Array("Coptic Calendar","Calendar.htm","",0);

Menu9=new Array("The Agpeya","","",3);
	Menu9_1=new Array("St-George En","agpeyaSTGJ.htm","",0,20,130);
	Menu9_2=new Array("St-George Fr","agpeyaSTGJFr.htm","",0);
	Menu9_3=new Array("From Agpeya.org","agpeya.htm","",0);

Menu10=new Array("Magazine","Magazine.htm","",0);

Menu11=new Array("Youth","","",2);
	Menu11_1=new Array("Gallery","youth_photo_gallery.htm","",0,20,110);
	Menu11_2=new Array("E-mail","youth_mail.htm","",0,20,140);

Menu12=new Array("Gallery","","",3);
	Menu12_1=new Array("Video Gallery","VideoGallery.htm","",0,20,110);
	Menu12_2=new Array("Photo Gallery","PhotoGallery.htm","",0,20,140);
	Menu12_3=new Array("Icon Gallery","icon_gallery.htm","",0,20,140);

Menu13=new Array("Reader Corner","","",7);
	Menu13_1=new Array("Church History","church_history.htm","",0,20,130);
	Menu13_2=new Array("Church Saints","Saint.htm","",0);	
	Menu13_3=new Array("Coptic History","coptic_history.htm","",0);
	Menu13_4=new Array("Saint Mark","St_Mark.htm","",0);
	Menu13_5=new Array("English","ReadersE.htm","",0);
	Menu13_6=new Array("Arabic","ReadersA.htm","",0);
	Menu13_7=new Array("Français","ReadersF.htm","",0);

Menu14=new Array("Bookstore","bookstore.htm","",0);

Menu15=new Array("Coptic Links","coptic_links.htm","",0);
