	var basepath = "/images/menu/";	
	var tableWidth = 601;				// The size of the top navigation table
	var delay = 50;					// The length of time to hide the previous layer
	var offsetWidth = 161;				// This is the width between the start of the table to the top navigation
	var layoutSize = 760;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
	var tdOff = "#B2B2B2";				// The roll off/default color for the table cell
	var tdOn = "#D57919";				// The roll over color for the table cell
	var lineSeperatorColor = "#e3e3e3";	// 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 = "#9F9F9F";		// 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 = 4	// Total amount of images on top nav
	
	// [ starting left position, [[text link, actual link],[text link, actual link]], layer width ]
	var dropDownArray = new Array( 
									[2,	[["Mission & Values","/company/mission.asp"], 
											["Company Profile","/company/profile.asp"], 
											["News","/company/news.asp"], 
											["Contacts","/company/contacts.asp"]], 		100],
									[86, 	[["Business Process","/company/busprocess.asp"], 
											["Business Development","/focus/busdev.asp"], 
											["Creative Services","/focus/creative.asp"], 
											["Content Management","/focus/cms.asp"],
											["Strategic Marketing","/focus/stgmktg.asp"], 
											["Software Development","/focus/dev.asp"], 
											["Technologies","/focus/tech.asp"]],				100],
									[170, 	[["Enterprise Components","/products/ea.asp"],
											["Portal Applications","/focus/portal.asp"],
											["Retail Applications","/products/retail.asp"]], 		100],
									[254, 	[["By Industry","/clients/industrytype.asp"], 
											["By Market Solution","/clients/markettype.asp"]], 		100]
								);

