// Milonic DHTML Menu version 3.1
// 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 //
////////////////////////////////////




timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=1;


effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=6)"




hlp=[			// hlp is an array of properties you can have as many property arrays as you need
"0B2577",		// Off Font Color background font color when not moused over
"0B2577",		// Off Back Color background color when not moused over
"000000",		// On Font Color moused over
"ff0000",		// On Back Color mouse over highlight color
"666666",		// Border Color 
12,			// Font Size
"normal",		// Font Style
"normal",		// Font Weight
"arial, helvetica, sans serif",	// Font
3,			// Padding
"images/arrow.gif",	// Sub Menu Image
,			// 3D Border & Separator
"336699",		// 3D High Color popup menu background color
"ff0000"		// 3D Low Color
]


hlp1=["0B2577","0B2577","0B2577","0B2577","666666",14,"italic","normal","verdana,helvetica",5,"images/arrow.gif",,"cccccc","000000"]
hlp2=["0B2577","aaaaaa","000000","ff9933","666666",12,"normal","normal","arial, helvetica, sans serif",3,"images/arrow.gif",,"cccccc","000000"]
hlp3=["ffffff","999999","000000","ff9933","666666",12,"normal","normal","arial, helvetica, sans serif",3,"images/arrow.gif",,"cccccc","000000"]
hlp4=["ffffff","0B2577","000000","c0c0c0","666666",11,"normal","normal","arial, helvetica, sans serif",3,"images/arrow.gif",,"336699","336699"]
hlp5=["ffffff","0B2577","000000","c0c0c0","666666",12,"normal","normal","arial, helvetica, sans serif",3,"",,"336699","000000"]


addmenu(menu=["menu8",			// this is the array that contains your menu properties and details
145,					// Top
145,					// left
110,					// Width
1,					// Border Width
"",					// Screen Position - here you can use "center;middle;right"
hlp5,					// Properties Array - 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
effect,					// Filter - Text variable for setting transitional effects on menu activation
1,					// Follow Scrolling - Tells this 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
,,,,,,,,				// Reserved
,					// Reserved
"Home","show-menu=menu9",,,0,
"Ministries","show-menu=menu11",,,0,
"Youth Ministry","show-menu=menu12",,,0,
"Leadership","show-menu=menu13",,,0,
"Bulletins and Announcements","show-menu=menu14",,,0,
"Monthly Calendar","show-menu=menu15",,,0,
"Song Service", "show-menu=menu17",,,0,
"Church Activities", "show-menu=menu18",,,0,
"Northside Church Directory", "show-menu=menu20",,,0
])



addmenu(menu=["menu9",
,,180,1,"",hlp4,,,effect,,,,,,,,,,,,,
"Home","index.html",,,1,
"How to Find Us","index.html#how",,,1,
"Map","index.html#map",,,1,
"Service Times","index.html#times",,,1
])


addmenu(menu=["menu11",
	,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Ministries Home","ministries.html",,,1,
	"Foreign Ministries","foreignministries.htm",,,1
])


addmenu(menu=["menu12",
	,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Northside Youth Ministry Home","youth.html",,,1,
	"Current Activities","youth.html#activities",,,1,
	"Classes","youth.html#classes",,,1,
	"What's Up!","youth.html#whats-up",,,1,
	"Student Ministries","youth.html#student-ministries",,,1,
	"Contact Corey or Chris","youth.html#contact",,,1
])


addmenu(menu=["menu13",
	,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Elders and Deacons","leadership.html",,,1
])


addmenu(menu=["menu14",
	,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Bulletins","bulletins.htm",,,1
])

addmenu(menu=["menu15",
	,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Calendar","calendar.htm",,,1

])

addmenu(menu=["menu17",
	,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Song Service Requests","http://www.northsidechurchwaco.org/songservice.htm",,,1
])		
addmenu(menu=["menu18",
    ,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Church Activities","weeklyactivities.htm",,,1
			
])	
addmenu(menu=["menu20",
    ,,160,1,"",hlp4,,,effect,,,,,,,,,,,,,
	"Online Church Directory","http://084815.membermine.com",,,1
])
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file