
// The following line is critical for menu operation, and must appear only once.

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact
////////////////////////////////////
// Editable properties START here //
////////////////////////////////////
timegap=10					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position
hlp=[						// Menu Properties Array
"000000",					// Off Font Color
"ABBBC8",					// Off Back Color
"FFFFFF",					// On Font Color
"000000",					// On Back Color
"000000",					// Border Color
11,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"arial,helvetica",	// Font
5,							// Padding
"images/arrow.gif"			// Sub Menu Image
,1							// 3D Border & Separator
,"000000"					// 3D High Color
,"000000"					// 3D Low Color
]



//client menu

addmenu(menu=[				// This is the array that contains your menu properties and details
"clients",				// Menu items Name
158,						// Top
442,						// left
140,						// Width
2,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
hlp,						// Properties Array - this is set higher up, as above
0,							// 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
"Fade(duration=0.5)",		// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen
, 							// 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
,							// 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
,							// Reserved for future use
,							// THIS IS WHERE YOU CAN MODIFY AND ADD LINKS TO THE DROP DOWN MENU
,,,
,"About Awakening","aboutawakening.htm",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About Mary","MaryBio.htm",,,1
,"Mary's Journey","marysjourney.htm",,,1
,"Our Clients Say","clients.htm",,,1
,"Our Vision","Vision.htm",,,1 
,"Press Kit","PressKit.htm",,,1
,"Contact Us","contact.htm",,,1
])



addmenu(menu=[				// This is the array that contains your menu properties and details
"events",				// Menu items Name
158,						// Top
329,						// left
140,						// Width
2,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
hlp,						// Properties Array - this is set higher up, as above
0,							// 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
"Fade(duration=0.5)",		// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen
, 							// 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
,							// 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
,							// Reserved for future use
,							// THIS IS WHERE YOU CAN MODIFY AND ADD LINKS TO THE DROP DOWN MENU
,,,
,"Events Calendar","calendar.htm",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

])




//resources menu
addmenu(menu=[				// This is the array that contains your menu properties and details
"resources",				// Menu items Name
158,						// Top
559,						// left
140,						// Width
2,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
hlp,						// Properties Array - this is set higher up, as above
0,							// 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
"Fade(duration=0.5)",		// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen
, 							// 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
,							// 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
,							// Reserved for future use
,							// THIS IS WHERE YOU CAN MODIFY AND ADD LINKS TO THE DROP DOWN MENU
,,,
,"Mailings Subscribe/Unsubscribe","mailings.htm",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Current e-Newsletter","mailings_current.htm",,,1
,"Newsletter Archives","mailings_archives.htm",,,1
,"Articles","articles.htm",,,1
,"Remembering","remembering.htm",,,1
,"Other Resources","resources.htm",,,1
])


//resources menu
addmenu(menu=[				// This is the array that contains your menu properties and details
"offerings",				// Menu items Name
158,						// Top
221,						// left
140,						// Width
2,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
hlp,						// Properties Array - this is set higher up, as above
0,							// 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
"Fade(duration=0.5)",		// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen
, 							// 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
,							// 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
,							// Reserved for future use
,							// THIS IS WHERE YOU CAN MODIFY AND ADD LINKS TO THE DROP DOWN MENU
,,,
,"Offerings","https://www.maryomalley.com/Offerings/",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

])



dumpmenus()
