/********************************************************************** HOME PAGE CONSTS */

//var headlineArr = new Array("Missed the Boat?","Shipment Stuck?","Customs Delays?","Cargo <b>not</b> Flying?");
var headlineArr = new Array("missedTheBoat.png","shipmentStuck.png","customsDelay.png","cargoNotFlying.png");
var topsArr = new Array("topIndexContainer.jpg","topIndexTrafficJam.jpg","topIndexPolice.jpg","topIndexPlane.jpg");
var numOfOptionalTops = topsArr.length;
var estimateMenuWidth = 638;	//	top menu width

var strCopyright = "Copyright ADI Logistics 2008-9. All rights reserved. | On-site photos by Amiaga";

var textA = "<div>Every manufacturer, importer or distributor knows that, when it comes to logistics, a million things can go wrong."+
"<br />And they usually do.</div>"+
"<div style='padding-top:5px;'>All at once.</div>"+
"<div style='padding-top:5px;'><b>Now you can do something about it.</b></div>";

var textB = "<b>ADI</b> is the just-in-time logistics company with expertise in distribution, freight and trucking services throughout the continental US – for the <br><b>next time you need a miracle.</b>";

//var callText = "Call 732-287-1110";
var callText = "call.png";

var menus = new Array();
menus[0] = ["Home Page"];
menus[1] = ["Company","About Us","Management","3PL Expertise","New Media","Events","Careers"];
menus[2] = ["Distribution","Distribution Services", "Value Added Services","eCommerce & Pick-N-Pack"];
menus[3] = ["Freight"];
menus[4] = ["Trucking"];
menus[5] = ["Contact Us"];

var level1MenuItems = menus.length -1;

var menusURL = new Array();
menusURL[0];
menusURL[1] = ["","aboutUs.htm","management.htm","expertise3PL.htm","newMedia.htm","events.htm","careers.htm"];
menusURL[2] = ["","distributionServices.htm","ValueAddedServices.htm","eCommerce_and_PickNPack.htm"];
menusURL[3] = ["freightServices.htm"];
menusURL[4] = ["truckingServices.htm"];
menusURL[5] = ["contactUs.htm"];

/********************************************************************** CAREERS CONSTS */

var positionsTitleArr = new Array("Warehouse Supervisor","UPS Processing Clerks","Collections A/R Representative","Warehouse Workers");
var positionsTitleArrLen = positionsTitleArr.length;

var positionsAbsArr = new Array(
		"Manage and oversee a crew of warehouse employees in a fast paced, active environment. Candidate must be bi-lingual (English / Spanish), have a strong personality, be passionate about accuracy and speed, and enjoy dealing with and accomplishing many varied tasks each day.",
		"Data entry on UPS Worldship system. Should be familiar with the various UPS shipping methods and UPS regulations. Must read English and be very accurate with data entry.",
		"Candidate will have firm but polite phone manner, be proactive in calling and reminding customers about payments, and have good writing skills. Previous experience in A/R and Collections in a B2B environment is preferred.",
		"Order Pickers, Receiving, Forklift and Turret Truck Drivers. Must pass a stringent written exam (measuring reading, writing, and math skills) as well as a practical warehouse exam. Steady work with some overtime. Excellent opportunity for advancement – we promote from within."					
);

var positionsAbsArrLen = positionsAbsArr.length;
