/*
  --- 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 = [ 
      ['FreightSafe Warranty', null, null,
		['General Information', 'general_information.shtml'],
                ['Terms and Conditions', 'terms_and_conditions.shtml'],
                ['Registration Form', 'registration_form.pdf'],
                ['Online Registration', 'online_registration.shtml'],
                ['Incident Form', 'followmont_incident_form.pdf']
	],
      ['Employment', null, null,
		['Current Vacancies', 'current_vacancies.pdf']
	],
	['Online Services', null, null,
		['View POD', 'http://116.255.22.53/esmart'],
		['Delivery Quote', 'guides_quote.shtml']
	],
	['Your Account', null, null,
		['Print Invoice', 'http://116.255.22.53/esmart'],
		['Print Statement', 'http://116.255.22.53/esmart'],
		['Account Application', 'about_acct_app.shtml']
	],
	['Guides', null, null,
		['Zone Map', 'guides_zonemap.shtml'],
		['Volumetric Charges','guides_vol.shtml'],
		['Office Locations','guides_locations.shtml'],
                ['Depot Cut Off Times','depot_cut_off_times.pdf'],
                ['Dangerous Goods','guides_danger.shtml'],
		['Services','guides_services.shtml'],
		['Connote Guide','guides_connote.shtml'],
		['Delivery Guides','guides_delivery.shtml'],
		['QLD Rate Zones','guides_qld_rate_zones.shtml'],
		['NSW Rate Zones','guides_nsw_rate_zones.shtml'],
		['Terms & Conditions','guides_t_and_c_of_contract.shtml']

	],
	['About Us', null, null,
		['Profile', 'about_profile.shtml'],
		['Services','about_ourservices.shtml'],
		['Our Network','about_ournetwork.shtml'],
		['Technology','about_tech_dev.shtml'],
		['News','news.shtml'],
		['Contact','about_contact.shtml']
	]

];

