/*
 Milonic DHTML Website Navigation Menu - Version 3.x
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.3);Alpha(style=0,opacity=100))" //Shadow(color='#777777', Direction=135, Strength=5
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "" //"Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}

timegap=700			// The time delay for menus to remain visible
followspeed=1		// Follow Scrolling speed
followrate=50		// Follow Scrolling Rate
suboffset_top=3;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"582C58",			// Mouse Off Font Color
"",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"",			// Mouse On Background Color
,			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial, Helvetica, sans-serif",	// Font Name
5,					// Menu Item Padding
"images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"582C58",			// Menu Item Separator Color
]

style2=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"582C58",			// Mouse Off Font Color
"F3EFDE",			// Mouse Off Background Color ede6ca
"000000",			// Mouse On Font Color
"#E8E1C6",			// Mouse On Background Color
"582C58",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial, Helvetica, sans-serif",	// Font Name
5,					// Menu Item Padding
"images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"p",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"582C58",			// Menu Item Separator Color
]

if (navigator.platform == "Win32") {
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
20,					// Menu Top - The Top position of the menu in pixels
24,				// Menu Left - The Left position of the menu in pixels
120,					// Menu Width - Menus width in pixels
0,					// 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
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// 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
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
"Layerform",					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"HOME","home.htm",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"TAKE THE TOUR","tour_1.htm",,"",1
,"ABOUT","show-menu=about",,"",1
,"COURSES","show-menu=courses",,"",1
,"VIRTUAL CAMPUS (REGISTRATIONS)","vc_open_window.htm",,"",1
,"CHURCH ZONE","show-menu=church_zone",,"",1
//,"NEWS","news.htm",,"",1
//,"NEW STUDENT REGISTRATION","new_reg_open_window.htm",,"",1
,"FAQ","faq.asp",,"",1
,"CONTACT","contact.htm",,"",1
,"MISSIONS","show-menu=missions",,"",1
])
}
else
{
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
20,					// Menu Top - The Top position of the menu in pixels
24,				// Menu Left - The Left position of the menu in pixels
120,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,				// 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
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// 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
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
"Layerform",					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"HOME","home.htm",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"TAKE THE TOUR","tour_1.htm",,"",1
,"ABOUT","show-menu=about",,"",1
,"COURSES","show-menu=courses",,"",1
,"VIRTUAL CAMPUS (REGISTRATIONS)","vc_open_window.htm",,"",1
,"CHURCH ZONE","show-menu=church_zone",,"",1
,"NEW STUDENT REGISTRATION","new_reg_open_window.htm",,"",1
,"FAQ","faq.htm",,"",1
,"CONTACT","contact.htm",,"",1
])
}
	
	addmenu(menu=["about",
	,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
	,"MISSION STATEMENT","mission_state.htm",,,1
	,"VISION STATEMENT","vision_statement.htm",,,1
	,"INTERNET / EMAIL BASED EDUCATION","int_email_edu.htm",,,1
	,"STUDY GUIDE","study_guide.htm",,,1
	,"VBI STAFF","vbi_staff.htm",,,1
	,"INTERNATIONAL BOARD","inter_board.htm",,,1
	,"INTERNATIONAL PARTNERSHIPS","international_partnerships.htm",,,1
	])
	
		
	addmenu(menu=["courses",
	,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
	//,"ENTRANCE REQUIRMENTS","entr_req.htm",,,1
	,"VBI PROGRAMME GUIDE","prog_guide.asp",,,1
	//,"LEVELS OF TRAINING","level_train.htm",,,1
	//,"DIPLOMAS AS BUILDING BLOCKS","dip_building.htm",,,1
	//,"EDUCATIONAL PHILOSOPHY","edu_phil.htm",,,1
	,"AVAILABLE CURRICULUM","show-menu=avail_cur",,,1
	,"PROJECTED CURRICULUM","show-menu=proj_cur","proj_cur.htm",,1
	,"OUR LECTURERS","lecturers.htm",,,1
	,"ACCREDITATION TO FURTHER STUDY","accred_study.htm",,,1
	,"PRICES","prices.asp",,,1
	,"MULTIMEDIA","show-menu=purchase_multimedia",,,1
	])

		addmenu(menu=["avail_cur",
		,,100,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
		,"DIPLOMAS","show-menu=avail_diplomas",,,1
		])
		
			addmenu(menu=["avail_diplomas",
			,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
			,"DIPLOMA IN KINGDOM THEOLOGY","dip_kingdom_th.htm",,,1
			,"DIPLOMA IN BIBLICAL THEOLOGY","dip_bib_th.htm",,,1
			,"DIPLOMA IN PRACTICAL THEOLOGY","dip_prac_th.htm",,,1
			])
			
		addmenu(menu=["proj_cur",
		,,100,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
		,"DIPLOMAS","show-menu=proj_diplomas",,,1
		])
		
			addmenu(menu=["proj_diplomas",
			,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
			,"ARTS DIPLOMA","dip_arts.htm",,,1
			])
		
		addmenu(menu=["purchase_multimedia",
		,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
		,"EXPLANATION","order_multimedia_explanation.asp",,,1
		,"PURCHASE MULTIMEDIA","select_multimedia.asp",,,1
		])
	addmenu(menu=["church_zone",
	,,220,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
	,"TRAINING","training.htm",,,1
	,"MENTOR ZONE","show-menu=mentor_zone",,,1
	,"FUNDING MISSIONS / STUDENTS","fund_mis_stud.htm",,,1
	,"PARTNER CHURCHES","show-menu=partner_churches",,,1
	,"HOW TO BECOME A VINEYARD PASTOR","become_pastor.htm",,,1
	,"STUDY GUIDE","study_guide.htm",,,1
	])

		addmenu(menu=["mentor_zone",
		,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
		,"INSTRUCTION MANUAL","download_instruction_manual.htm",,,1
		,"REGISTER AS A MENTOR","vc_open_window.htm",,,1
		])

		addmenu(menu=["partner_churches",
		,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
		,"INTRODUCTION","partner_churches.htm",,,1
		,"REGISTER AS A PARTNER CHURCH","partner_church_reg.asp",,,1
		])
		
	addmenu(menu=["missions",
	,,200,1,"",style2,,"left",,,,,,,,,"Layerform",,,,
	<!--,"MAKE A DONATION","login_donor.asp",,,1-->
	,"SPONSOR-A-STUDENT","sponsor_student.htm",,,1
	,"SPONSOR THE VBI FUND","vbi_fund.asp",,,1
	,"RECENT MISSIONS","recent_missions.htm",,,1
	,"VBI SCHOOL OF MINISTRY","vbi_school_of_ministry.htm",,,1
])
	

dumpmenus()