var MENU_ITEMS = [
	['Home', '/index.php',[0, 80, 40, 20]],
	['Our Mission', '/mission.php',[40, 0, 75, 20]],
	['Services', '/services.php', [75, 0, 57, 20],
		['Load Zone', '/index.php?place=user', [0, 20, 150, 20]],
		['Rapid Notification', '/rapid.php', [0, 20, 150, 20]],
		['Credit Reports', '/creditrpt.php', [0, 20, 150, 20]],
		['Freight Bill Collections', '/collections.php', [0, 20, 150, 20]],
		['RMIS Spike Insurance', '/rmis.php', [0, 20, 150, 20]]
	],
	['Shipper', null, [57, 0, 52, 20],
		['My Favorites', '/index.php?place=loads&action=view_fav', [0, 20, 155, 20]],
		['My Loads', '/index.php?place=loads&action=list_my', [0, 20, 155, 20]],
		['Post Loads', null, [0, 20, 155, 20],
			['Quick Loads', '/index.php?place=loads&action=add_simple', [75, 7, 110, 20]],
			['Detailed Loads', '/index.php?place=loads&action=add_detail', [0, 20, 110, 20]],
			['Multiple Loads', '/index.php?place=loads&action=add_multi', [0, 20, 110, 20]]
		],
		['Update Loads', null, [0, 20, 155, 20],
			['Modify Load', '/index.php?place=loads&action=list_my&type=1', [90, 7, 155, 20]],
			['Delete Loads', '/index.php?place=loads&action=list_my&type=2', [90, 7, 155, 20]],
			['Rollover Loads', '/index.php?place=loads&action=list_my&type=3', [0, 20, 155, 20]],
		],
		['Find Trucks', '/index.php?place=trucks&action=search', [0, 20, 155, 20]],
		['Rapid Notification', '/rapid.php', [0, 20, 155, 20]],
		['Credit Reports', '/creditrpt.php', [0, 20, 155, 20]],
		['Freight Bill Collections', '/collections.php', [0, 20, 155, 20]],
		['RMIS Spike Insurance', '/rmis.php', [0, 20, 155, 20]]
	],
	['Trucker', null, [52, 0, 52, 20],
		['My Favorites', '/index.php?place=trucks&action=view_fav', [0, 20, 155, 20]],
    		['Post Trucks', null, [0, 20, 155, 20],
		     ['Quick Truck', '/index.php?place=trucks&action=add_simple', [80, 7, 110, 20]],
    		     ['Detailed Truck', '/index.php?place=trucks&action=add_detail', [0, 20, 110, 20]],
     		['Multiple Trucks', '/index.php?place=trucks&action=add_multi', [0, 20, 110, 20]]
		],
     	['Search for loads', '/index.php?place=loads&action=search', [0, 20, 155, 20]],
		['Rapid Notification', '/rapid.php', [0, 20, 155, 20]],
		['My Trucks', '/index.php?place=trucks&action=list_my', [0, 20, 155, 20]],
		['Update Trucks', null, [0, 20, 155, 20],
			['Modify Truck', '/index.php?place=trucks&action=list_my&type=1', [90, 7, 155, 20]],
			['Delete Trucks', '/index.php?place=trucks&action=list_my&type=2', [90, 7, 155, 20]],
			['Rollover Trucks', '/index.php?place=trucks&action=list_my&type=3', [0, 20, 155, 20]],
		],
		['Credit Reports', '/creditrpt.php', [0, 20, 155, 20]],
		['Freight Bill Collections', '/collections.php', [0, 20, 155, 20]]
	],
	['Mileage', null, [52, 0, 53, 20],
		['Mileage \& Routing (Basic)', '/mileage.php', [0, 20, 170, 20]],
		['Mileage \& Routing (Adv)', '/adv_mileage.php', [0, 20, 170, 20]]
	],
	['Fuel Prices', null, [53, 0, 72, 20],
          ['Flying J', '/tools/fuel_flyingj.php', [0, 20, 168, 20]],
          ['Love\'s Travel Stops', '/tools/fuel_loves.php', [0, 20, 168, 20]],
	     ['Pilot Travel Center', '/tools/fuel_pilot.php', [0, 20, 168, 20]],
	     ['Speedway Truck Stops', '/tools/fuel_speedway.php', [0, 20, 168, 20]],
	     ['TravelCenters of America', '/tools/fuel_ta.php', [0, 20, 168, 20]],
	     ['Williams TravelCenters', '/tools/fuel_williams.php', [0, 20, 168, 20]]
	],
	['Weather', '/weather/index.php', [72, 0, 64, 20]],
	['Resources', null, [64, 0, 71, 20],
          ['Trucking Directory', '/resources/index.php', [0, 20, 160, 20]],
	     ['Road Alerts \& Closures', '/tools/safer.php', [0, 20, 160, 20]],
	     ['DOT Ins. Searches', '/tools/dotins.php', [0, 20, 160, 20]],
          ['Govt Resources', '/resources/Govt_Resources/index.php', [0, 20, 160, 20]],
	     ['FHWA Safer System', '/tools/safer.php', [0, 20, 160, 20]],
	     ['Classifieds', '/classifieds/index.php', [0, 20, 160, 20]]
     ],
	['News', '/news.php', [71, 0, 41, 20]],
	['Forums', '/forum/index.php', [41, 0, 53, 20]],
	['Site Map', '/sitemap.php', [53, 0, 60, 20]],
	['Contact Us', '/contact_us.php', [60, 0, 76, 20]]
];
