/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS_ABOUT = [
	['<img src="images/about.jpg" width="239" height="35" border="0" />','about.php',
		['NYCE Trucking','about.php'],
		['Equipment','equipment.php'],
		['Technology','technology.php']
	]
];

var MENU_ITEMS_SVCTR = [
	['<img src="images/service_centers.jpg" width="239" height="35" border="0" />','service_centers.php',
		['Binghamton, NY','service_centers.php#binghamton'],
		['Greensboro, NC','service_centers.php#greensboro'],
		['South Plainfield, NJ','service_centers.php#southplainfield'],
		['Philadelphia, PA','service_centers.php#philadelphia'],
		['Spartanburg, SC','service_centers.php#spartanburg'],
		['NYCE Rates','service_centers.php#rating']
	]
];

var MENU_ITEMS_FORMS = [
	['<img src="images/forms.jpg" width="239" height="35" border="0" />','forms.php',
		['Bill of Lading','pdf/forms/BILLOFLADING.pdf'],
		['Credit Application','pdf/forms/CREDITAPP.pdf'],
		['Claim Form','pdf/forms/CLAIMFORM.pdf'],
		['Hazmat Certificate','pdf/forms/HAZMATCERTIFICATE.pdf'],
		['NMFC Certificate','pdf/forms/NMFCCERTIFICATE.pdf'],
		['ICC Certificate','pdf/forms/ICCCERTIFICATE.pdf'],
		['Special Services','pdf/forms/SPECIALSERVICESAUTH.pdf'],
		['N700A Carrier Liability','pdf/forms/N700A_CARRIER_LIABILITY.pdf'],
		['N800 Forfeiture of Discount','pdf/forms/N800-FORFEITURE_OF_DISCOUNT.pdf'],
		['N900 Heated Services','pdf/forms/NYCETariffN900%20_2_.pdf'],
		['Customs Bonded Services','pdf/forms/CUSTOMSBOND.pdf'],
		['Glass Liability','pdf/forms/GLASS_LIABILITY.pdf'],	
		['Literature','literature.php']
	]
];
/*
var MENU_ITEMS_ONLINE = [
	['<img src="images/online.jpg" width="239" height="35" border="0" />','online.php',
		['Freight Tracking','tracingframe.php',],
		['Pickup Request','online.php'],
		['Rate Lookup','rater.php'],
		['Rate Quote','online.php']
	]
];
*/
var MENU_ITEMS_RATING = [
	['<img src="images/rating.jpg" width="239" height="35" border="0" />','rating.php',
		['Rate Lookup','rater.php'],
		['Rate Quote','ratequoteform.php'],
		['Special Services','specialservices.php'],
		['Accessorial Charges','specialservices.php']
	]
];
