/*
  --- 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 = [
	['Home', 'http://www.freshman101.com/', null,
			],
	['Student Tips', null, null,
		['CU Boulder', 'http://www.freshman101.com/colleges/colorado/universityofcoloradoatboulder.html',{'sb' : 'Student tips about attending the University of Colorado at Boulder'}],
		['Northeastern', 'http://www.freshman101.com/colleges/boston/northeasternuniversity.html',{'sb' : 'Student tips about attending Northeastern University'}],
		['UCLA', 'http://www.freshman101.com/colleges/ucla/ucla.html',{'sb' : 'Student tips about attending UCLA'}],
		['USC', 'http://www.freshman101.com/colleges/usc/usc.html',{'sb' : 'Student tips about attending USC'}],
		],
				
	['Money', null, null,
		['Jobs', 'http://www.freshman101.com/money/jobs/jobs.html',{'sb' : 'Student jobs'}],
		['Financial Aid', 'http://www.freshman101.com/money/financialaid/financialaid.html',{'sb' : 'Financial Aid'}],
		['Scholarships', 'http://www.freshman101.com/money/scholarships/scholarships.html',{'sb' : 'Scholarships'}],
		],
		
	['Dorm', null, null,
		['Moving In', 'http://www.freshman101.com/dorm/movingin/movingin.html',{'sb' : 'Moving In'}],
		['Roommates', 'http://www.freshman101.com/dorm/roommates/roommates.html',{'sb' : 'Roommates'}],
		['Dorm Food', 'http://www.freshman101.com/dorm/dormfood/dormfood.html',{'sb' : 'Dorm Food'}],
		['"Freshman 15"', 'http://www.freshman101.com/dorm/freshman15/freshman15.html',{'sb' : 'Freshman 15'}],
		['Buy Posters', 'http://www.freshman101.com/dorm/posters/posters.html',{'sb' : 'Buy Posters'}],
		],
		
	['Classes', null, null,
		['Professor Ratings', 'http://www.freshman101.com/classes/professorratings/professorratings.html',{'sb' : 'Professor Ratings'}],
		['Textbooks', 'http://www.freshman101.com/classes/textbooks/textbooks.html',{'sb' : 'Textbooks'}],
		['Transferring', 'http://www.freshman101.com/classes/transferring/transferring.html',{'sb' : 'Transferring'}],
		],
		
	['Sports', null, null,
		['Tickets', 'http://www.freshman101.com/sports/tickets/tickets.html',{'sb' : 'Sports, Concert, Theater Tickets'}],
		['Schedules', 'http://www.freshman101.com/sports/schedules/schedules.html',{'sb' : 'Sports News and Schedules'}],
		],
		
	['Things to Do', null, null,
		['Shopping', 'http://www.freshman101.com/thingstodo/shopping/shopping.html',{'sb' : 'Shopping'}],
		['Movie Theaters', 'http://www.freshman101.com/thingstodo/movietheaters/movietheaters.html',{'sb' : 'Movie Theaters'}],
		['Video Games', 'http://www.freshman101.com/thingstodo/videogames/videogames.html',{'sb' : 'Video Games'}],
		['Restaurants', 'http://www.freshman101.com/food/restaurants/restaurants.html',{'sb' : 'Restaurants - Find restaurants in your area, coupons, gift certificates...'}],
		],
		
	['Travel Deals', null, null,
		['Study Abroad', 'http://www.freshman101.com/transportation/studyabroad/studyabroad.html',{'sb' : 'Study Abroad'}],
		['Travel Deals', 'http://www.freshman101.com/transportation/travel/travel.html',{'sb' : 'Travel'}],
		['Car Rental', 'http://www.freshman101.com/transportation/carrental/carrental.html',{'sb' : 'Car Rental - Great savings on car rentals'}],
		],
		
	['Forum', null, null,
		['Forum', 'http://www.freshman101.com/forum/forum.html',{'sb' : 'Forum - Read and give advice to other students'}],
		['Chat Rooms', 'http://www.freshman101.com/chat/chat.html',{'sb' : 'Chat Rooms'}],
		['Jokes', 'http://www.freshman101.com/forum/jokes/jokes.html',{'sb' : 'Jokes'}],
		],
		
	['Site Map', 'http://www.freshman101.com/sitemap/sitemap.html', null, 
		['Site Map', 'http://www.freshman101.com/sitemap/sitemap.html',{'sb' : 'Site Map'}],
		],
		
];


