/* Tigra Menu items structure */
var MENU_ITEMS = [

    ['Home', 'http://finance.tamu.edu/sbs/', null,
	],


    
	['About SBS', '/sbs/about_us.asp', null,
		['Our Mission', '/sbs/our_mission.asp'],
		['Contacts', '/sbs/contacts.asp'],
		['Listserv','/sbs/listserv.asp'],		
		[' ','./'],
		[' ','./'],
		[' ','./'],
		[' ','./'],
	],
	['Student Accounts & Billing', '/sbs/tuition/default.asp', null,
		['About Us', '/sbs/tuition/about_us.asp'],
		['Contacts', '/sbs/tuition/contacts.asp'],	
		['Tuition & Fees Information', '/sbs/tuition/default.asp#TuitionFeesInformation'], 
		['Payment / Refunds', '/sbs/tuition/default.asp#PaymentRefunds'],
		['Student Information', '/sbs/tuition/default.asp#StudentInformation'],
		['Forms & Waivers / Exemptions', '/sbs/tuition/default.asp#FormsWaiversExemptions'],
		['Other Links', '/sbs/tuition/default.asp#OtherLinks'],
		['For Parents', '/sbs/tuition/default.asp#ForParents'],
		[' ', './']
	],
	['Student Loan Services', '/sbs/loans/default.asp', null,
	 	['About Us','/sbs/loans/about_us.asp'],
		['FAQ\'s', 'https://tamusbs.custhelp.com'],
		['Federal Perkins Loans', '/sbs/loans/perkins.asp'],
		['Emergency Tuition/Fee Loans', '/sbs/loans/EmerLns.asp'],
		['Short Term Loans', '/sbs/loans/shortTermLoans.asp'],
		['Long Term Loans', '/sbs/loans/longTermLoans.asp'],	
		['MyAggieLoans', 'https://myaggieloans.tamu.edu/'],
		[' ','./'],
	],
	['Aggie Card', '/sbs/aggiecard/default.asp', null,
	 	['About Us','/sbs/aggiecard/about_us.asp'],
		['Contacts','/sbs/aggiecard/contacts.asp'],
		['Aggie Card', '/sbs/aggiecard/aggiecard.asp'],
		['Aggie Financial Information', '/sbs/aggiecard/aggiefinancial.asp'],	
		[' ','./'],
		[' ','./'],
		[' ','./'],
	],
	['Debt Management', '/sbs/debt/default.asp', null,
		['About Us','/sbs/debt/about_us.asp'],
		['Contacts','/sbs/debt/contacts.asp'],			
		['FAQ\'s','https://tamusbs.custhelp.com'],		
		['Financial Blocks','/sbs/debt/blocks.asp'],
		['Debt Counseling','/sbs/resources/students/training.asp'],
		['Release of A&M Services','/sbs/debt/release_services.asp'],
		['Graduating Students','/sbs/debt/graduating_students.asp'],
		['Forms','/sbs/debt/forms.asp'],		
	],
	['Cashier', '/sbs/cashier/default.asp', null,
	 	['About Us','/sbs/cashier/about_us.asp'],
		['Contacts','/sbs/cashier/contacts.asp'],
		['Operating Hours','/sbs/cashier/operating_hours.asp'],		
		['Student Cashier','/sbs/cashier/student_cashier.asp'],		
		['Departmental Cashier','/sbs/cashier/departmental_cashier.asp'],	
		[' ','./'],
		[' ','./'],	
		[' ','./'],
	],
	['Other Student Resources', '/sbs/other/default.asp', null,
		['Student Financial Aid','https://financialaid.tamu.edu/', {'tw':'_blank'}],
		['Registrar\'s Office','http://admissions.tamu.edu/registrar/', {'tw':'_blank'}],
		['Admissions and Records','http://admissions.tamu.edu/', {'tw':'_blank'}],
		['Graduate Studies','http://ogs.tamu.edu/', {'tw':'_blank'}],
		['International Student Services','http://international.tamu.edu/iss/', {'tw':'_blank'}],
		['International Student Forms','http://international.tamu.edu/ipo/formsframe.html', {'tw':'_blank'}],
		['Student Employment Office','https://jobsforaggies.tamu.edu/', {'tw':'_blank'}],
		[' ','./'],
	],
];

