<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var basepath = "images/";	
	var tableWidth = 731;				// 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 = 731;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
	var tdOff = "#CBDD0D";				// The roll off/default color for the table cell
	var tdOn = "#00129D";				// 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 = 7	// 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 Globelink WW" ,"glwwprofile.htm"], 
										["&nbsp;&nbsp;&nbsp;Value Proposition" ,"intro_value.htm"],
										["&nbsp;&nbsp;&nbsp;Management" ,"mgmt.html"]], 135],
																	
									[113,	[["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Consolidation" ," "], 
											["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Freight Forwarding" ," "], 
											["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ODC & Projects" ," "],
											["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Break Bulk & Chartering" ," "]], 206],
																				
									[228,	[["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feb-2010" ,"news_feb 10-1.html"],
											 ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jan-2010" ,"news_jan 10.html"],
											  ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dec-2009" ,"news5.html"],
											   ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nov-2009" ,"news4.html"],
											    ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Oct-2009" ,"news3.html"],
											     ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sep-2009" ,"news2.html"],
											      ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aug-2009" ,"news.htm"]],100],
									
									[300,	[["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cargo Tracking" ,"glwwcargo.htm"],
										["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On line B/L" ,"bl.htm"],
										["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Monthly Sailing Schedule" ,"sailing.htm"]], 140],
																				
									[401,	[["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GlobelinkWW Offices " ,"icd.htm"],
										["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cwt Globelink Group" ,"network.htm"]], 140],
									
									[501,	[["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Container Types","useful_containers.htm"], 
											["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Incoterms 2000","useful_incoterms2000.htm"], 
											["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dangerous Goods Classification","useful_dangergoods.htm"],
											["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converters","useful_allconverters.htm"]], 190],
											
									[580,	[["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Globelink WW","contactus.htm"  ],
											 ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enquiry","contact_enquiry.htm" ],
											 ["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Request For Quotation","glwwfreight.asp" ]],150]
									
									);
	// 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;
// -->
