/* Tigra Menu items structure */
var MENUH_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'Saving money for a college education'}],
	['I am a Student', '/student/index.html', {'tw':'_self','sb':'Register now for access to valuable information'}],
	['I am a Parent', '/parent/index.html', {'tw':'_self','tt':'Register now for access to valuable information'}],
	['I am a Counselor', '/teacher/index.html', {'tw':'_self','tt':'Register now for access to valuable information'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'Call or Email Us'}],
];
