// Milonic DHTML Menu version 3.3.11
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.



// 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 //
////////////////////////////////////


effect = "Fade(duration=0.3);Alpha(style=0,opacity=85);Shadow(color='#999999', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
fadeeffect = "fade(duration=3.3);Shadow(color='#777777', Direction=135, Strength=5)"
barneffect = "barn(motion=Out, orientation=Horizontal, duration=0.5)"
blindseffect = "blinds(bands=8, direction=Up, duration=0.5)"
gradeffect = "gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.5)"
pixelateeffect = "pixelate(sqaures=Clock, duration=0.5)"
slideeffect = "slide(bands=1, duration=0.5)"
spiraleffect = "spiral(gridx=8, gridy=8, duration=0.5)"
stretcheffect = "stretch(duration=0.5)"
stripeseffect = "strips(direction=Left Down, duration=0.5)"

timegap=600;
followspeed=15;
followrate=40;
suboffset_top=3;
suboffset_left=7;

style1=["FFFFFF","003700","ffffff","636363","FFFFFF",10,"NONE","BOLD","Verdana, Geneva, Arial, Helvetica, sans-serif",3,"",0,"","",,,]
style2=["FFFFFF","003700","000000","CCCCCC","636363",10,"NONE","NORMAL","Verdana, Geneva, Arial, Helvetica, sans-serif",3,"",0,"","",,,]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
100,					// Menu Top - The Top position of the menu in pixels
0,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
gradeffect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// ..Now Obsolete..
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Home","http://www.sycamorefederatedchurch.org",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About&nbsp;&nbsp;","show-menu=about",,"",1
,"Education&nbsp;&nbsp;","show-menu=education",,"",1
,"Worship&nbsp;&nbsp;","show-menu=worship",,"",1
,"Calendar&nbsp;&nbsp;","show-menu=calendar",,"",1
//,"E-pistle&nbsp;&nbsp;","http://www.sycamorefederatedchurch.org/e-pistle/",,"",1
//,"Guest&nbsp;Book&nbsp;&nbsp;","http://www.sycamorefederatedchurch.org/guest/",,"",1
,"Prayer&nbsp;Requests&nbsp;&nbsp;","http://www.sycamorefederatedchurch.org/prayer/index.php",,"",1
])


	addmenu(menu=
	["about",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Contact Info","http://www.sycamorefederatedchurch.org/about/contact/",,,1
	,"History of Federated","http://www.sycamorefederatedchurch.org/about/history/",,,1
	,"Staff","http://www.sycamorefederatedchurch.org/about/staff/",,,1
	,"Directions","http://www.sycamorefederatedchurch.org/about/directions/",,,1
	])
	
	addmenu(menu=
	["education",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sunday School","http://www.sycamorefederatedchurch.org/education/sunday/",,,1
	,"Adult Education","http://www.sycamorefederatedchurch.org/education/adult/",,,1
	])
	
	addmenu(menu=
	["worship",,,170,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Sunday Program Schedule","http://www.sycamorefederatedchurch.org/worship/schedule",,,1
	])
	
	addmenu(menu=
	["calendar",,,120,1,"",style1,,"",effect,,,,,,,,,,,,
	,"This Month", "http://www.sycamorefederatedchurch.org/calendar/calendar_of_events/",,,1
	,"Next Month", "http://www.sycamorefederatedchurch.org/calendar/calendar_of_events/next.html",,,1
	])
	


dumpmenus()