/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Vice President for Finance and CFO ', 'http://finance.tamu.edu/vp/vp-message.asp', null,
	    ['Greeting Letter','http://finance.tamu.edu/vp/vp-message.asp'],
		['Contact List','https://vpfnweb3.tamu.edu/OrgChart/do/contacts'],
		['Executive Staff bios','http://finance.tamu.edu/vp/bios.asp'],
		['Organizational Chart','http://finance.tamu.edu/vp-cfo-org.pdf'],
		['Organizational Profile','http://finance.tamu.edu/vp/Org-Profile.asp'],
		['Strategic Plan','http://finance.tamu.edu/vp/imperatives.asp'],
		['Customer Service Principles','http://finance.tamu.edu/vp/principles.asp'],		
	],	
	
	['Budget and Planning', 'http://finance.tamu.edu/budget/',  null,
	],
	
	['Business Services ', '/division.asp#PCS',  null,
		['Procurement Services', 'http://purchasing.tamu.edu/'],
		['HUB Program', 'http://hub.tamu.edu/'],	
		['Contract Administration','/contracts/'],
		['Logistics', 'http://logistics.tamu.edu/'],
		['International Travel','http://finance.tamu.edu/contracts/travel_abroad.asp'],
		['Insurance Services','http://finance.tamu.edu/contracts/insurance.asp'],
		['Real Estate Development','http://finance.tamu.edu/realestate/'],
	],
	
		
	['Controller', '/division.asp#con', null,
	    ['Office of Cost Analysis', 'http://finance.tamu.edu/controller/'],
		['Financial Management Operations', 'http://finance.tamu.edu/fmo/'],
		['Payroll Services', 'http://payroll.tamu.edu'],
		['Student Business Services', '/sbs/'],
		['Texas A&amp;M University Galveston', 'http://finance.tamu.edu/fmotamug/'],
	],
			
	['Human Resources/Admin ', '/division.asp#es', null,
		['Human Resources', 'http://employees.tamu.edu'],
		['Employee Org. Development', 'http://eodinfo.tamu.edu'],
		['Policy & Practice Review', 'http://ppr.tamu.edu/'],
		['Open Records','/records/'],
	],
	
	
	['IT Services', 'http://finance.tamu.edu/its/',  null,
	],
	
	
];

