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