<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var basepath = "http://www.fcbc.org.sg/images/";	
	var tableWidth = 945;				// The size of the top navigation table
	var delay = 100;					// The length of time to hide the previous layer
	var offsetWidth = 0;				// This is the width between the start of the table to the top navigation
	var layoutSize = 945;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
	//var tdOff = "#5E5961";				// The roll off/default color for the table cell
	//var tdOn = "#5E5961";				// The roll over color for the table cell

	var tdOff = "#5E5961";				// The roll off/default color for the table cell
	var tdOn = "#5E5961";				// The roll over color for the table cell
	
	//var lineSeperatorColor = "#5E5961";	// This is the color of the line that seperated the links in the layer
	var lineSeperatorColor = "#5E5961";	// This is the color of the line that seperated the links in the layer	
	var border = true;					// Show border if set to true
	var borderColor = "#5E5961";		// This will be the border color around the drop down layers
	//var borderColor = "#5E5961";		// This will be the border color around the drop down layers	
	var tdClass = "class='dropLinks'";	// Class applied to the links in the table cell
	var tdHeight = "height='20'";		// Height of each table cell
	
	var totalImages = 5	// Total amount of images on top nav
	
	// [ starting left position, [[text link, actual link],[text link, actual link]], layer width ]
	var dropDownArray = new Array( 
									[0,		[["&nbsp;&nbsp;&nbsp;&nbsp;Weekly Services","../faith_sermons.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Daily Devotion","http://english.duranno.com/livinglife/english_su06.asp","target=\"_blank\""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Senior Pastor’s Blog","../faith_spblog.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;About FCBC","../faith_about.asp",""]], 		128],

									[128,	[["&nbsp;&nbsp;&nbsp;&nbsp;Celebration Services","../service_centre.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;News @ FCBC","../service_news.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Event Calendar","../service_eventcalendar.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Volunteer","../service_news_types.asp?newsTypeID=7",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Tithes & Offering","http://www.fcbc.org.sg/etithing","target=\"_blank\""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Careers","../service_news_types.asp?newsTypeID=33",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Ministries","../service_ministries.asp",""],											
											["&nbsp;&nbsp;&nbsp;&nbsp;Resources","../resource_details.asp?catid=1",""]], 		152],		

									[270,	[["&nbsp;&nbsp;&nbsp;&nbsp;About G12","../g12_about.asp",""], 
											["&nbsp;&nbsp;&nbsp;&nbsp;Equipping Schedule","../resource_details.asp?catid=3",""], 
											["&nbsp;&nbsp;&nbsp;&nbsp;Networks @ FCBC","../g12_networks_main.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Online Bookstore","http://www.g12asia.com/bookstore/index.asp","target=\"_blank\""],
											["&nbsp;&nbsp;&nbsp;&nbsp;G12 Resources","../resource_details.asp?catid=2", ""],
											["&nbsp;&nbsp;&nbsp;&nbsp;My Equipping Status","http://www.fcbc.org.sg/eqstatus/", ""]], 		120],									
								  
									[399,	[["&nbsp;&nbsp;&nbsp;&nbsp;Offices","../contactus.asp",""], 
											["&nbsp;&nbsp;&nbsp;&nbsp;Service Venues","../contact_servicevenues.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Submit Your Feedback","http://www.fcbc.org.sg/service_news.asp?newsID=658",""],
											//["&nbsp;&nbsp;&nbsp;&nbsp;Administrative Team","../contact_key.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Links","../contact_links.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Site Map","../contact_sitemap.asp",""],
											["&nbsp;&nbsp;&nbsp;&nbsp;Disclaimer","../contact_disclaimer.asp",""], 
											["&nbsp;&nbsp;&nbsp;&nbsp;Technical Assistance","../contact_technical.asp", ""]], 		130]


								);
	// HOW TO CALL AN INDEX OF THE ARRAY:								
	//dropDownArray[0][0] = Left Position;
	//dropDownArray[0][2] = num;
	//dropDownArray[0][1][0][0] = link Text;
	//dropDownArray[0][1][0][1] = actual link;
// -->