<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var basepath = "http://ltaacademy.lta.gov.sg/images/";		
	var tableWidth = 738;				// 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 = 738;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
	var tdOff = "#737979";				// The roll off/default color for the table cell
	var tdOn = "#cccccc";				// The roll over color for the table cell
	var lineSeperatorColor = "#ffffff";	// 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 = "#ffffff";		// 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 = 9	// 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;About LTA" ,"http://ltaacademy.lta.gov.sg/abtus.htm", ""],
											["&nbsp;&nbsp;&nbsp;Our Programmes" ,"http://ltaacademy.lta.gov.sg/abtus_programmes.htm", ""],
											["&nbsp;&nbsp;&nbsp;Our Partners" ,"http://ltaacademy.lta.gov.sg/abtus_partners.htm", ""]
											], 
									 110],
									
									[52,	[
											["&nbsp;&nbsp;&nbsp;Transport Policy and Planning" ,"http://ltaacademy.lta.gov.sg/key_areas_policy&planning.htm", ""],
											["&nbsp;&nbsp;&nbsp;Transport Infrastructure Development and Management" ,"http://ltaacademy.lta.gov.sg/key_areas_dev&management.htm", ""],
											["&nbsp;&nbsp;&nbsp;Transport Innovations and Systems" ,"http://ltaacademy.lta.gov.sg/key_areas_transport_inno_system.htm", ""]
											], 
									  210],
									
									//Research sub-menu
									[332,	[
											["&nbsp;&nbsp;&nbsp;Overview" ,"http://ltaacademy.lta.gov.sg/research_overview.htm", ""],
											["&nbsp;&nbsp;&nbsp;Data-Mining" ,"http://ltaacademy.lta.gov.sg/data_mining.htm", ""],
											["&nbsp;&nbsp;&nbsp;Economic Analysis" ,"http://ltaacademy.lta.gov.sg/economic_analysis.htm", ""],
											["&nbsp;&nbsp;&nbsp;Benchmarking" ,"http://ltaacademy.lta.gov.sg/benchmark.htm", ""],
											["&nbsp;&nbsp;&nbsp;Sustainable Transport" ,"http://ltaacademy.lta.gov.sg/sustainable_transport.htm", ""]
											], 
									  130],
									
									//Publication sub-menu
							[390,	[
											["&nbsp;&nbsp;&nbsp;JOURNEYS" ,"http://ltaacademy.lta.gov.sg/Journeys.htm", ""],
											["&nbsp;&nbsp;&nbsp;NewsLetter" ,"http://ltaacademy.lta.gov.sg/news.htm", ""],
											["&nbsp;&nbsp;&nbsp;LTA Academy Annual Report" ,"http://ltaacademy.lta.gov.sg/LA_AnnualReport.htm", ""],
											["&nbsp;&nbsp;&nbsp;Distinguished Speakers" ,"http://ltaacademy.lta.gov.sg/Speaker_series.htm", ""],
											["&nbsp;&nbsp;&nbsp;Proceedings" ,"http://ltaacademy.lta.gov.sg/Proceedings.htm", ""],
											["&nbsp;&nbsp;&nbsp;Technical Papers " ,"http://ltaacademy.lta.gov.sg/Tech_Papers.htm", ""]
											], 
									  110],
									
									

									[184,	[["&nbsp;&nbsp;&nbsp;Registration" ,"http://app.ltaacademy.lta.gov.sg/course.asp?show=all", ""]], 96]
																				
								);
	// 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;
// -->
