/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	
	['DEALERS LINK', null, null,
		['Log In', 'http://www.dealerslink.net/onlineorder/login.aspx'],
		['What is Dealers Link?', 'http://www.transamericanwholesale.com/whatis.asp'],
		['Getting Signed Up', 'http://www.transamericanwholesale.com/whatis.asp'],
		['E-mail the Help Desk', 'mailto:help@dealerslink.net'],
	],
	['DISTRIBUTION', null, null,
		['Domestic', 'http://www.transamericanwholesale.com/dist_domestic.asp'],
		['Export', 'http://www.transamericanwholesale.com/dist_export.asp'],
	],
	['CUSTOMER SERVICE', null, null,
		['Freight & Shipping Policy', 'http://www.transamericanwholesale.com/freightandshipping.asp'],
		['Returns Policy', 'http://www.transamericanwholesale.com/returns.asp'],
		['New Accounts', 'http://www.transamericanwholesale.com/application.asp'],
		['Vendors', 'http://www.transamericanwholesale.com/vendorlinecard.asp'],
		['Contact Information', 'http://www.transamericanwholesale.com/contact.asp'],


	],
	['ABOUT US', 'http://www.transamericanwholesale.com/aboutus.asp'],
];
