/*
  --- 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 Us', null, null,
		['About Us','http://www.petroleumoffshore.com/aboutus.asp'],
	],
	['Mission', null, null,
		['Mission Statement', 'http://www.petroleumoffshore.com/mission.asp'],
	],
	['Values', null, null,
		['Safety', 'http://www.petroleumoffshore.com/values.asp'],
		['Integrity', 'http://www.petroleumoffshore.com/values.asp'],
		['Teamwork', 'http://www.petroleumoffshore.com/values.asp'],
		['Excellence', 'http://www.petroleumoffshore.com/values.asp']
	],
	['Vision', null, null,
		['Vision Statement', 'http://www.petroleumoffshore.com/vision.asp'],
	],
	['Services', null, null,
		['Services Home', 'http://www.petroleumoffshore.com/services.asp'],
		['Production Management', 'http://www.petroleumoffshore.com/1pmo.asp'],
		['Personnel Management', 'http://www.petroleumoffshore.com/2pm.asp'],
		['Logistics Management', 'http://www.petroleumoffshore.com/3lm.asp'],
		['Construction Inspection', 'http://www.petroleumoffshore.com/4ci.asp'],
		['Cost Accounting', 'http://www.petroleumoffshore.com/5cam.asp'],
		['Production Systems Analysis and Troubleshooting', 'http://www.petroleumoffshore.com/6psat.asp'],
	],
		['Comply&#8482;', null, null,
		['Comply&#8482; Program', 'http://www.petroleumoffshore.com/comply.asp'],
	],
		['Safety', null, null,
		['Safety', 'http://www.petroleumoffshore.com/safety.asp'],
	],
		['Whats New', null, null,
		['News & Events', 'http://www.petroleumoffshore.com/whatsnew.asp'],
	],
		['Contact Us', null, null,
		['On-Line Contact Form', 'http://www.petroleumoffshore.com/contactus.asp'],
		['Email Information', 'http://www.petroleumoffshore.com/contact1.asp'],
		['Email Us', 'mailto:inq@petroleumoffshore.com'],
	],
];

