<!--

// Generic menu settings
var strURLHome = "index.html";
var strClassMenuMain = "MenuMain";
var strClassMenuMain_on = "MenuMain_on";
var strClassMenuSubContainer = "MenuSubContainer";
var strClassMenuSubItem = "MenuSubItem";
var intWidthMenuMain = 150;

// aMenuMain is an array containing the settings for the main menu
// Format:  ["Name","URL","Sub menu width"]
var aMenuMain=[
	["Company Profile","#","140",],
	["Services","#","0"],
	["Forms","#","170"],
	["Contact Us","#","140"],
	["Open Positions","#","170"],
	["Affiliated Companies","#","350"],
	["Delivery Information","#","170"],
	["Carrier Inquiry","#","170"]
];

// An array is created below for each main menu item.
// Format:  ["Name","URL","Destination"]
//
// Destination = The window destination that you want to open the URL in.  Leave blank if not needed.
var aMenuSub_1=[
	["History","web_about.html",""],
	["Mission Statement","web_mission.html",""],
	["Corporate Info.","web_corporate.html",""]
];

var aMenuSub_2=[
	["Services","web_services.html",""]
];

var aMenuSub_3=[
	["Credit Application","westsl_creditapp.pdf",""]
];

var aMenuSub_4=[
	["Rate Quote","web_rate.html",""]
];

var aMenuSub_5=[
	["Job Listings","web_jobs.html",""]
];

var aMenuSub_6=[
	["West Brothers Transportation Services","http://www.westbros.com",""],
	["West Brothers Transfer & Storage","http://www.westbrotherstrailerrental.com",""],
	["West Logistics, Inc.","http://www.westlogisticsinc.com",""],
	["Logistic Leasing, LLC","http://www.logisticleasing.com",""]
];


var aMenuSub_7=[
	["Delivery Information","web_pod.html",""]
];

var aMenuSub_8=[
	["Available Loads","http://nj.aljex.com/west/avail.htm",""],
	["Carrier Information","http://nj.aljex.com/west/carrier.htm",""]
];
//-->
