
<!--
	// DHTML Menu version 3.0 (beta)
	// written by Andy Woolley
	// Copyright 2001 Andy Woolley. All Rights Reserved.
	//
	// Please feel free to use this code on your own website free of charge.
	// You can also distribute and modify this source code as long as this
	// Copyright notice remains intact and that you send me notice that you
	// intend to use this code on your website. 
	//
	// Support for this menu is provided, all you have to do is ask :-)
	// You can send email to menu3@milonic.com 
timegap=400
followspeed=5
followrate=40
suboffset_top=5;
suboffset_left=10;

effect = "wipe(duration=0);"

prop1=[						// prop1 is an array of properties for the main nav bar
"ffffff",					// Off Font Color
"a2862e",					// Off Back Color
"2b1004",					// On Font Color
"a2862e",					// On Back Color
"ffffff",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"medium",					// Font Weight
"verdana,arial,tahoma",		// Font
1,							// Padding
"images/nav_arrow.gif",		// Sub Menu Image (Leave blank if not needed)
1,							// 3D Border & Separator
"666666",					// 3D High Color
"999999",					// 3D Low Color
"",							// Referer item Font Color (leave this blank to disable)
"",							// Referer item Back Color (leave this blank to disable)
]


prop2=[						// prop2 is an array of properties for the sub menus
"ffffff",					// Off Font Color
"a2862e",					// Off Back Color
"ffffff",					// On Font Color
"2b1004",					// On Back Color
"ffffff",					// Border Color
8,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,arial,tahoma",		// Font
3,							// Padding
"",							// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"555555",					// 3D High Color
"555555",					// 3D Low Color
"",							// Referer item Font Color (leave this blank to disable)
"",							// Referer item Back Color (leave this blank to disable)
]

menu1=[						// This is the array that contains your menu properties and details
221,						// Top
1,							// left
120,						// Width
0,							// Border Width
"center",		        	// Screen Position - here you can use "center;left;right;middle;top;bottom"
prop1,						// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
0,							// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
"right",					// Position of sub image left:center:right:middle:top:bottom
"",							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use



// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//"<img src='images/slogan.gif' border='0' width=280' height='18'>",",",",",,1,

"Home","page.asp?section=home",",",,1,
"About","show-menu2",,,1,
"News & Events","show-menu3",,,1,
"Organizations","page.asp?section=organizations",",",,1,
"Contact Us","page.asp?section=contact",",",,1,
"Resources","page.asp?section=resources",",",,1

]

menu2=[
,,150,1,"",prop2,,"left",effect,,,,,,,
"Services","page.asp?section=services",,,1,
"Church History","page.asp?section=history",,,1,
"Membership","page.asp?section=membership",,,1,
"Clergy","page.asp?section=clergy",",",,1,
"Sacramental Life","page.asp?section=sacramental",,,1,
"About Orthodoxy ","page.asp?section=orthodoxy",",",,1
]

menu3=[
,,190,1,"",prop2,,"left",effect,,,,,,,
"Announcements & Events","page.asp?section=announcements",,,1,
"Messenger | Bulletin | Calendar","page.asp?section=documents",",",,1,
"Photo Gallery ","page.asp?section=photogallery",",",,1
]


//-->